Update CHANGELOG.md for 0.12.10

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1862>
This commit is contained in:
Tim-Philipp Müller 2024-10-18 14:30:05 +01:00 committed by GStreamer Marge Bot
parent 9ca89db8b4
commit 1ddf390dbc

View file

@ -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), 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). specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).
## [0.12.10] - 2024-10-18
### Fixed
- transcriberbin: fix panic during gst-inspect-1.0 -u
- webrtcsink: fix segment format mismatch with remote offer
- webrtcsink: fix assertions when finalizing
- webrtcsink: Fix typo in "turn-servers" property description
- whepsrc: Fix incorrect default caps
### Changed
- Build: turn lto off for dev profile for faster dev builds
- fmp4 hls_live example: Don't set header-update-mode=update, no need to update the header in live mode
- livesync: Log latency query results when handling latency query too
- onvifmetadatapay: Set output caps earlier, so upstream can send gap events earlier
- spotify: tweak dependencies
## [0.12.9] - 2024-08-20 ## [0.12.9] - 2024-08-20
### Fixed ### Fixed
- video/gtk4: Move the dmabuf cfg to the correct bracket level - video/gtk4: Move the dmabuf cfg to the correct bracket level