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-04-06 11:19:53 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-04-06 11:25:22 +0300
commit0bc9718e3bc8d9432ea7c4b527cc0ee4226176c4 (patch)
treeaa0241b364943e826e1b53d8b53a59c6635d8854 /CHANGELOG.md
parent762fb86ce72f9bb4fbafd93d8cd79726fb2d536d (diff)
Update CHANGELOG.md for 0.10.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a76c7e75a..5d8612d5e 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.6] - 2023-04-06
+### Fixed
+- webrtcsink: Fix max/min-bitrate property blurb/nick.
+- uriplaylistbin: Add missing queues to example.
+- tttocea608: Fix pushing of caps events that sometimes contained unfixed caps.
+- tttocea608: Fix disappearing text after special character in non-popon mode.
+- transcriberbin: Fix deadlock on construction.
+- transcriberbin: Fix initial bin setup.
+- fallbacksrc: Handle incompatible downstream caps without panicking.
+- ndisrc: Fix copying of raw video frames with different NDI/GStreamer strides.
+- livesync: Correctly assume zero upstream latency if latency query fails.
+
+### Added
+- webrtcsink: Add `ice-transport-policy` property that proxies the same
+ `webrtcbin` property.
+
## [0.10.5] - 2023-03-19
### Fixed
- gtk4: Fix build with OpenGL support on macOS.