Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-07-05 15:59:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-07-05 16:03:42 +0300
commitde6abf1439d234db1bcf893d0e054ab0664a7a7d (patch)
treee55679128d987448314fe0900c5c28be0420111b /CHANGELOG.md
parent9d7af671c5ee1fb744ca27913fd21e474f8c95b4 (diff)
Update CHANGELOG.md for 0.10.10
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb73773e..8cda4ece 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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),
specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-version-field).
+## [0.10.10] - 2023-07-05
+### Fixed
+- livesync: Improve EOS handling to be in sync with `queue`'s behaviour.
+- livesync: Wait for the end timestamp of the previous buffer before looking
+ at queue to actually make use of the available latency.
+- webrtcsink: Avoid panic on unprepare from an async tokio context.
+- webrtc/signalling: Fix race condition in message ordering.
+- webrtcsink: Use the correct property types when configuring `nvvideoconvert`.
+- videofx: Minimize dependencies of the image crate.
+- togglerecord: Fix segment clipping to actually work as intended.
+
+### Added
+- gtk4paintablesink: Support for WGL/EGL on Windows.
+- gtk4paintablesink: Add Python example application to the repository.
+
## [0.10.9] - 2023-06-19
### Fixed
- mp4mux/fmp4mux: Fix byte order in Opus extension box.
@@ -182,7 +197,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.10.9...HEAD
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.10...HEAD
+[0.10.10]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.9...0.10.10
[0.10.9]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.8...0.10.9
[0.10.8]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.7...0.10.8
[0.10.7]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.6...0.10.7