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
755ef9da
Commit
755ef9da
authored
Mar 09, 2020
by
Sebastian Dröge
🍵
Browse files
Update CHANGELOG.md for 0.15.4
parent
8e038572
Pipeline
#117974
passed with stages
in 53 minutes and 24 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gstreamer-app/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-audio/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-base/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-check/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-editing-services/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-gl/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-net/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-pbutils/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-player/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-rtp/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-rtsp-server/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-rtsp/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-sdp/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-video/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer-webrtc/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
gstreamer/CHANGELOG.md
View file @
755ef9da
...
...
@@ -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.15.4] - 2020-03-09
### Fixed
-
Allow logging any
`glib::Object`
and not just
`gst::Object`
-
Fix floating reference handling in
`RTSPMedia::take_pipeline()`
-
Hold
`GMutex`
guards for the remainder of the function and warn if they're
directly dropped
-
Work around empty/any caps handling bugs in
`Caps::fixate()`
### Added
-
Add
`BaseTransform::prepare_output_buffer()`
subclassing support
-
`RTSPServer`
,
`RTSPClient`
,
`RTSPMedia`
and
`RTSPMediaFactory`
subclassing
support
-
Handle panicking in
`appsrc`
/
`appsink`
callbacks by posting an error message
instead of killing the process
## [0.15.3] - 2020-02-15
### Fixed
-
`UniqueFlowCombiner::clear()`
should take a mutable reference.
...
...
@@ -670,7 +685,9 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
(< 0.8.0) of the bindings can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...HEAD
[
Unreleased
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.4...HEAD
[
0.15.4
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.3...0.15.4
[
0.15.3
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.2...0.15.3
[
0.15.2
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.1...0.15.2
[
0.15.1
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.0...0.15.1
[
0.15.0
]:
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.14.2...0.15.0
...
...
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