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-03-02 14:30:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-03-02 14:35:47 +0300
commitcd177dee869f1fe165cdabefc31cb672d584e5b6 (patch)
tree9dab8f12c536440ab1b753dccbd8925718b079de /CHANGELOG.md
parentcd74d0132427dc680601b0288ac0682206e0831f (diff)
Update CHANGELOG.md for 0.10.3
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 db923f9cb..e9d1b67df 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.3] - 2023-03-02
+### Added
+- tracers: `queue_levels` tracer now also supports printing the `appsrc` levels.
+- webrtc: `webrtcsink` can use `nvvidconv` if `nvvideoconvert` does not exist
+ on an NVIDIA platform.
+
+### Fixed
+- gtk4: Set the sync point on the video frame after mapping it as otherwise
+ the frame might not be ready yet for further usage.
+- livesync: Correctly calculate the fallback buffer duration from the video
+ framerate.
+- ndi: Handle caps changes correctly in `ndisinkcombiner`.
+
+### Changed
+- webrtc: Minor cleanup.
+
## [0.10.2] - 2023-02-23
### Fixed
- hlssink3: Allow signal handlers to return `None`