From a7764ff03373ee843e48d19f6c7fecd4e6f892a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 19 Jun 2024 19:55:44 +0300 Subject: [PATCH] Update CHANGELOG.md for 0.12.7 Part-of: --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92463fd9..a3fa3ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.12.7] - 2024-06-19 +### Fixed +- aws, spotifyaudiosrc, reqwesthttpsrc, webrtchttp: Fix race condition when unlocking +- rtp: Allow any payload type for the AV1 RTP payloader/depayloader +- rtp: Various fixes to the AV1 RTP payloader/depayloader to work correctly + with Chrome and Pion +- meson: Various fixes to the meson-based build system around cargo +- webrtcsink: Use correct property names for configuring `av1enc` +- webrtcsink: Avoid lock poisoning when setting encoder properties + +### Added +- ndi: Support for NDI SDK v6 +- webrtcsink: Support for AV1 via `nvav1enc`, `av1enc` or `rav1enc` + +### Changed +- Update to async-tungstenite 0.26 + ## [0.12.6] - 2024-05-23 ### Fixed - Various Rust 1.78 clippy warnings. @@ -431,7 +448,8 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v - webrtcsink: Make the `turn-server` property a `turn-servers` list - webrtcsink: Move from async-std to tokio -[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.12.6...HEAD +[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.12.7...HEAD +[0.12.7]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.12.6...0.12.7 [0.12.6]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.12.5...0.12.6 [0.12.5]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.12.4...0.12.5 [0.12.4]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.12.3...0.12.4