diff --git a/gstreamer-app/CHANGELOG.md b/gstreamer-app/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-app/CHANGELOG.md +++ b/gstreamer-app/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-audio/CHANGELOG.md b/gstreamer-audio/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-audio/CHANGELOG.md +++ b/gstreamer-audio/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-base/CHANGELOG.md b/gstreamer-base/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-base/CHANGELOG.md +++ b/gstreamer-base/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-check/CHANGELOG.md b/gstreamer-check/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-check/CHANGELOG.md +++ b/gstreamer-check/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-editing-services/CHANGELOG.md b/gstreamer-editing-services/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-editing-services/CHANGELOG.md +++ b/gstreamer-editing-services/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-gl/CHANGELOG.md b/gstreamer-gl/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-gl/CHANGELOG.md +++ b/gstreamer-gl/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-net/CHANGELOG.md b/gstreamer-net/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-net/CHANGELOG.md +++ b/gstreamer-net/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-pbutils/CHANGELOG.md b/gstreamer-pbutils/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-pbutils/CHANGELOG.md +++ b/gstreamer-pbutils/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-player/CHANGELOG.md b/gstreamer-player/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-player/CHANGELOG.md +++ b/gstreamer-player/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-rtp/CHANGELOG.md b/gstreamer-rtp/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-rtp/CHANGELOG.md +++ b/gstreamer-rtp/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-rtsp-server/CHANGELOG.md b/gstreamer-rtsp-server/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-rtsp-server/CHANGELOG.md +++ b/gstreamer-rtsp-server/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-rtsp/CHANGELOG.md b/gstreamer-rtsp/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-rtsp/CHANGELOG.md +++ b/gstreamer-rtsp/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-sdp/CHANGELOG.md b/gstreamer-sdp/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-sdp/CHANGELOG.md +++ b/gstreamer-sdp/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-video/CHANGELOG.md b/gstreamer-video/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-video/CHANGELOG.md +++ b/gstreamer-video/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer-webrtc/CHANGELOG.md b/gstreamer-webrtc/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer-webrtc/CHANGELOG.md +++ b/gstreamer-webrtc/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare diff --git a/gstreamer/CHANGELOG.md b/gstreamer/CHANGELOG.md index b554054f2..b38a274c8 100644 --- a/gstreamer/CHANGELOG.md +++ b/gstreamer/CHANGELOG.md @@ -5,6 +5,19 @@ 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.7] - 2021-02-13 +### Fixed +- Usage of the logging system with a GStreamer library with the logging system + compiled out does not crash any longer. +- Double-free in `gst_video::VideoTimeCode` API when converting between + validated and unvalidated timecodes. + +### Added +- `gst::Element::get_current_state()` and `get_pending_state()` convenience APIs. +- `gst_audio::AudioConverterConfig` for setting the configuration on e.g. the + `audiomixer` element. The low-level `AudioConverter` API is still not + included in the bindings. + ## [0.16.6] - 2020-12-20 ### Fixed - `VideoTimeCodeInterval`'s `Ord` and `PartialEq` implementations compare