mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 14:52:04 +00:00
Update CHANGELOG.md for 0.12.7
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1631>
This commit is contained in:
parent
804c9bdf92
commit
8bd94e284d
1 changed files with 19 additions and 1 deletions
20
CHANGELOG.md
20
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
|
||||
|
|
Loading…
Reference in a new issue