From 477b00cce82aae2727acca5c08c8f538814cf1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 23 Nov 2020 13:37:13 +0200 Subject: [PATCH] Update CHANGELOG.md for 0.16.5 --- gstreamer-app/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-audio/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-base/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-check/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-editing-services/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-gl/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-net/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-pbutils/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-player/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-rtp/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-rtsp-server/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-rtsp/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-sdp/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-video/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer-webrtc/CHANGELOG.md | 27 ++++++++++++++++++++++++- gstreamer/CHANGELOG.md | 27 ++++++++++++++++++++++++- 16 files changed, 416 insertions(+), 16 deletions(-) diff --git a/gstreamer-app/CHANGELOG.md b/gstreamer-app/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-app/CHANGELOG.md +++ b/gstreamer-app/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-audio/CHANGELOG.md b/gstreamer-audio/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-audio/CHANGELOG.md +++ b/gstreamer-audio/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-base/CHANGELOG.md b/gstreamer-base/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-base/CHANGELOG.md +++ b/gstreamer-base/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-check/CHANGELOG.md b/gstreamer-check/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-check/CHANGELOG.md +++ b/gstreamer-check/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-editing-services/CHANGELOG.md b/gstreamer-editing-services/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-editing-services/CHANGELOG.md +++ b/gstreamer-editing-services/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-gl/CHANGELOG.md b/gstreamer-gl/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-gl/CHANGELOG.md +++ b/gstreamer-gl/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-net/CHANGELOG.md b/gstreamer-net/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-net/CHANGELOG.md +++ b/gstreamer-net/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-pbutils/CHANGELOG.md b/gstreamer-pbutils/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-pbutils/CHANGELOG.md +++ b/gstreamer-pbutils/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-player/CHANGELOG.md b/gstreamer-player/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-player/CHANGELOG.md +++ b/gstreamer-player/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-rtp/CHANGELOG.md b/gstreamer-rtp/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-rtp/CHANGELOG.md +++ b/gstreamer-rtp/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-rtsp-server/CHANGELOG.md b/gstreamer-rtsp-server/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-rtsp-server/CHANGELOG.md +++ b/gstreamer-rtsp-server/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-rtsp/CHANGELOG.md b/gstreamer-rtsp/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-rtsp/CHANGELOG.md +++ b/gstreamer-rtsp/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-sdp/CHANGELOG.md b/gstreamer-sdp/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-sdp/CHANGELOG.md +++ b/gstreamer-sdp/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-video/CHANGELOG.md b/gstreamer-video/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-video/CHANGELOG.md +++ b/gstreamer-video/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer-webrtc/CHANGELOG.md b/gstreamer-webrtc/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer-webrtc/CHANGELOG.md +++ b/gstreamer-webrtc/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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 diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index 3a8fc9170..b272e512a 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,29 @@ 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.5] - 2020-11-23 +### Fixed +- Make sure to use `$crate` in more macros to allow them to work without + anything special in scope already. +- Update documentation location. +- Don't panic if C code stores invalid seqnums in events and the seqnum is + used directly or via the `Display` impl. +- Fix docs build for some crates on docs.rs. +- Fix `Debug` impl for `gst_video::VideoTimeCode` to print the correct type + name. +- Fix plugin version to be 1.18 instead of 1.17 when compiling a plugin with + `v1_18`. + +### Added +- Event handling support in pad probes, that is returning + `PadProbeReturn::Handled` for events. +- `EventRef::get_structure_mut()` getter that allows changing the events' + structures. + +### Changed +- Remove unnecessary `PhantomData` markers and use `repr(transparent)` instead + of `repr(C)` where it is more correct. + ## [0.16.4] - 2020-10-09 ### Fixed - Correctly implement `ExactSizeIterator` on the `AudioFormat` and @@ -888,7 +911,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.16.3...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.5...HEAD +[0.16.5]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.4...0.16.5 +[0.16.4]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/compare/0.16.3...0.16.4 [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