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

gitlab.freedesktop.org/gstreamer/gst-plugins-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-02-23 11:11:52 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-23 11:16:55 +0300
commit6bc72e513c11d014b2a9d9538a2b1e2acb4a8147 (patch)
tree63ce25843073c7ef50370f487bbe08ff8ca8b2e3 /CHANGELOG.md
parent90455a811118e8dd147215f489aa1cae298848b1 (diff)
Update CHANGELOG.md for 0.10.2
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 c8aea16af..db923f9cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,20 @@ 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.2] - 2023-02-23
+### Fixed
+- hlssink3: Allow signal handlers to return `None`
+- gtk4: Make GL context sharing more reliable in pipelines with multiple
+ `gtk4paintablesinks`
+- gtk4: Attach channel receiver to the main context from the correct thread to
+ make it possible to start the sink from a different thread than the main
+ thread without having retrieved the paintable from the main thread before.
+- fmp4mux/mp4mux: Ignore caps changes if only the framerate changes.
+
+### Changed
+- gtk4: Simplify and refactor GL context sharing. Apart from being more
+ reliable this reduces GL resource usage.
+
## [0.10.1] - 2023-02-13
### Fixed
- rtpav1pay: Fix calculation of Leb128 size size to work correctly with
@@ -65,5 +79,7 @@ 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.0...HEAD
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.2...HEAD
+[0.10.2]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.1...0.10.2
+[0.10.1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.0...0.10.1
[0.10.0]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.9.0...0.10.0