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-07-20 14:43:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-07-20 14:45:50 +0300
commit0e2607772238d145f4038e1a15642f5bceb56735 (patch)
treee88adcad7481082b8b84a1a30a508889407ca815 /CHANGELOG.md
parentd999c1d3ba4940e9fa350b28d8726d9c1b3100fa (diff)
Update CHANGELOG.md for 0.10.11
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cda4ecec..c18e65fc7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,22 @@ 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.11] - 2023-07-20
+### Fixed
+- fallbackswitch: Fix pad health calculation and notifies.
+- fallbackswitch: Change the threshold for trailing buffers.
+- webrtcsink: Fix pipeline when input caps contain a max-framerate field.
+- webrtcsink: Set VP8/VP9 payloader properties based on payloader element
+ factory name.
+- webrtcsink: Set config-interval=-1 and aggregate-mode=zero-latency for
+ H264/5 payloaders.
+- webrtcsink: Translate force-keyunit events to custom force-IDR API of NVIDIA
+ encoders.
+- webrtcsink: Configure only 4 threads instead of 12 for x264enc for Chrome
+ compatibility.
+- fmp4mux: Fix draining in chunk mode if keyframes are after the desired
+ fragment end.
+
## [0.10.10] - 2023-07-05
### Fixed
- livesync: Improve EOS handling to be in sync with `queue`'s behaviour.
@@ -197,7 +213,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.10...HEAD
+[Unreleased]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.11...HEAD
+[0.10.11]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/compare/0.10.9...0.10.11
[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