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-12-18 13:22:18 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-12-18 13:22:18 +0300
commit46b84c156497e4d453cd89ffb5e0fb03d24ec595 (patch)
tree6cd12cedb37945969011701cd8e267385d0d6ecd
parent4c8db5623ffd23eda1c511032513abc19cbcdd0a (diff)
Update CHANGELOG.md to 0.11.30.11.3
-rw-r--r--CHANGELOG.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index db06ac283..388a08c33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,24 @@ 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.11.3] - 2023-12-18
+### Fixed
+- ndi: Mark a private type as such and remove a wrong `Clone` impl of internal types.
+- uriplaylistbin: Fix a minor clippy warning.
+- fallbacksrc: Fix error during badly timed timeout scheduling.
+- webrtcsink: Fail gracefully if webrtcbin pads can't be requested instead of
+ panicking.
+- threadshare: Fix deadlock in `ts-udpsrc` `notify::used-socket` signal
+ emission.
+
+### Changed
+- Update to AWS SDK 1.0.
+- Update to windows-sys 0.52.
+- Update to async-tungstenite 0.24.
+- Update to bitstream-io 2.0.
+- tttocea608: De-duplicate some functions.
+- gtk4: Use async-channel instead of deprecated GLib main context channel.
+
## [0.11.2] - 2023-11-11
### Fixed
- filesink / s3sink: Set `sync=false` to allow processing faster than
@@ -283,7 +301,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.11.2...HEAD
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.11.3...HEAD
+[0.11.3]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.11.2...0.11.3
[0.11.2]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.11.1...0.11.2
[0.11.1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.11.0...0.11.1
[0.11.0]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.11...0.11.0