Update CHANGELOG.md for 0.10.3

This commit is contained in:
Sebastian Dröge 2023-03-02 13:30:01 +02:00
parent cd74d01324
commit cd177dee86

View file

@ -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`