From b903503a0124135b837d78276cd32fb63bfe1832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 2 Mar 2023 13:30:01 +0200 Subject: Update CHANGELOG.md for 0.10.3 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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` -- cgit v1.2.3