From 4f10eefe1ed4fa851dba8ec7de896fdcd2ce9813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 8 Sep 2020 21:47:52 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.16.3 --- gstreamer-app/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-audio/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-base/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-check/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-editing-services/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-gl/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-net/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-pbutils/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-player/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-rtp/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-rtsp-server/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-rtsp/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-sdp/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-video/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer-webrtc/CHANGELOG.md | 21 ++++++++++++++++++++- gstreamer/CHANGELOG.md | 21 ++++++++++++++++++++- 16 files changed, 320 insertions(+), 16 deletions(-) diff --git a/gstreamer-app/CHANGELOG.md b/gstreamer-app/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-app/CHANGELOG.md +++ b/gstreamer-app/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-audio/CHANGELOG.md b/gstreamer-audio/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-audio/CHANGELOG.md +++ b/gstreamer-audio/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-base/CHANGELOG.md b/gstreamer-base/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-base/CHANGELOG.md +++ b/gstreamer-base/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-check/CHANGELOG.md b/gstreamer-check/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-check/CHANGELOG.md +++ b/gstreamer-check/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-editing-services/CHANGELOG.md b/gstreamer-editing-services/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-editing-services/CHANGELOG.md +++ b/gstreamer-editing-services/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-gl/CHANGELOG.md b/gstreamer-gl/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-gl/CHANGELOG.md +++ b/gstreamer-gl/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-net/CHANGELOG.md b/gstreamer-net/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-net/CHANGELOG.md +++ b/gstreamer-net/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-pbutils/CHANGELOG.md b/gstreamer-pbutils/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-pbutils/CHANGELOG.md +++ b/gstreamer-pbutils/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-player/CHANGELOG.md b/gstreamer-player/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-player/CHANGELOG.md +++ b/gstreamer-player/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-rtp/CHANGELOG.md b/gstreamer-rtp/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-rtp/CHANGELOG.md +++ b/gstreamer-rtp/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-rtsp-server/CHANGELOG.md b/gstreamer-rtsp-server/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-rtsp-server/CHANGELOG.md +++ b/gstreamer-rtsp-server/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-rtsp/CHANGELOG.md b/gstreamer-rtsp/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-rtsp/CHANGELOG.md +++ b/gstreamer-rtsp/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-sdp/CHANGELOG.md b/gstreamer-sdp/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-sdp/CHANGELOG.md +++ b/gstreamer-sdp/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-video/CHANGELOG.md b/gstreamer-video/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-video/CHANGELOG.md +++ b/gstreamer-video/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer-webrtc/CHANGELOG.md b/gstreamer-webrtc/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer-webrtc/CHANGELOG.md +++ b/gstreamer-webrtc/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0 diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index 3b35264a2..853d67a0d 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,24 @@ 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.16.3] - 2020-09-08 +### Fixed +- Reset vfuncs if calling `BaseTransformClass::configure()` multiple times. +- Fix `gst::debug_remove_default_log_function()` to actually remove the + default log function. + +### Added +- Some more new APIs added in 1.18. +- API for getting an owned buffer from a readable `gst_video::VideoFrame` / + `VideoFrameRef`. + +### Changed +- Updated bindings to 1.18.0. This stabilized GStreamer 1.18 support and any + API behind the "v1_18" feature is considered stable now. +- Factor out some common code from `gst::Pad::ProbeInfo` code. This reduces + the code generated for each pad probe considerably. +- Update paste dependency to 1.0 and pretty-hex to 0.2. + ## [0.16.2] - 2020-07-27 ### Fixed - Use correct pointer for the plane data in `gst_audio::AudioBuffer`. @@ -856,7 +874,8 @@ 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.16.2...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...HEAD +[0.16.3]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.2...0.16.3 [0.16.2]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.1...0.16.2 [0.16.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.0...0.16.1 [0.16.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.15.7...0.16.0