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
fc79b4c4
Commit
fc79b4c4
authored
Jul 19, 2018
by
Sebastian Dröge
🍵
Browse files
Update CHANGELOG.md for 0.11.4
parent
02a8e9fa
Changes
11
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-audio/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-base/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-net/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-pbutils/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-player/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-rtsp-server/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-rtsp/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-sdp/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer-video/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
gstreamer/CHANGELOG.md
View file @
fc79b4c4
...
...
@@ -5,6 +5,21 @@ 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.4] - 2018-07-19
### Fixed
-
`gst::Caps::subtract()`
does not leak its arguments anymore
-
`gst::Caps::get_structure()`
gracefully returns
`None`
if the index
is out of bounds instead of a
`g_return_val_if_fail()`
-
`gst::Structure::new()`
has to give away ownership of the info structure
but didn't. For 0.11 we internally copy, in 0.12 it will take the info
structure by value
-
Typefind tests don't fail anymore if the system has typefind factories
without caps
### Added
-
An additional assertion that ensures that miniobjects are actually
writable before creating a mutable reference
## [0.11.3] - 2018-06-08
### Added
-
`gst::Bus::remove_watch()`
is now available to remove a bus watch again
...
...
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