mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
Update CHANGELOG.md for 0.10.3
This commit is contained in:
parent
cd74d01324
commit
cd177dee86
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
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`
|
||||
|
|
Loading…
Reference in a new issue