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-10-04 23:40:14 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-04 23:56:23 +0300
commit3343fd9813c85df48b997ff4d7e982ad2f6dcedb (patch)
tree9aa776ee606a23372510c696c4b7796876a663dd /CHANGELOG.md
parent41a6075fb5b9b1aad13a5210c3bd34f28f7d3c4d (diff)
Update CHANGELOG.md for 0.11.1
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 fa493284c..d82e303ff 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.11.1] - 2023-10-04
+### Fixed
+- fallbackswitch: Fix various deadlocks.
+- webrtcsink: Gracefully fail if adding the TWCC RTP header extension fails.
+- webrtcsink: Fix codec selection discovery.
+- webrtcsink: Add support for D3D11 memory and qsvh264enc.
+- onvifmetadataparse: Skip metadata frames with unrepresentable UTC times.
+- gtk4paintablesink: Pre-multiply alpha when creating GL textures with alpha.
+- gtk4paintablesink: Only support RGBA/RGB in the GL code path.
+- webrtchttp: Respect HTTP redirects.
+- fmp4mux: Specify unit of fragment-duration property.
+
+### Changed
+- threadshare: Port to polling 3.1.
+
## [0.11.0] - 2023-08-10
### Changed
- Updated MSRV to 1.70.
@@ -237,7 +252,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.0...HEAD
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.11.1...HEAD
+[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
[0.10.11]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.10...0.10.11
[0.10.10]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.9...0.10.10