Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer-rs
Commits
26d9d304
Commit
26d9d304
authored
Jul 24, 2018
by
Sebastian Dröge
🍵
Browse files
Update CHANGELOG.md for 0.11.5
parent
af5470a8
Changes
11
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-audio/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-base/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-net/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-pbutils/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-player/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-rtsp-server/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-rtsp/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-sdp/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer-video/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
gstreamer/CHANGELOG.md
View file @
26d9d304
...
...
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
,
specifically the
[
variant used by Rust
](
http://doc.crates.io/manifest.html#the-version-field
)
.
## [0.11.5] - 2018-07-24
### Fixed
-
`gst::Bus`
's sync handler must unref every message if
`gst::BusSyncReply::Drop`
is returned, otherwise they are all leaked
## [0.11.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment