diff --git a/gstreamer-plugins-rs.changes b/gstreamer-plugins-rs.changes index 18e4329..6e79d11 100644 --- a/gstreamer-plugins-rs.changes +++ b/gstreamer-plugins-rs.changes @@ -6,13 +6,6 @@ Tue Jul 25 11:34:26 UTC 2023 - Bjørn Lie - Change the threshold for trailing buffers - Fix pad health calculation and notifies + fmp4mux: Fix draining in chunk mode if keyframes are too late - + livesync: - - Wait for the end timestamp of the previous buffer before - looking at queue - - Improve EOS handling - + togglerecord: - - Clip segment before calculating timestamp/duration - - Error out if main stream buffer has no valid running time + webrtcsink: - fix pipeline when input caps contain max-framerate - Configure only 4 threads for x264enc @@ -21,9 +14,19 @@ Tue Jul 25 11:34:26 UTC 2023 - Bjørn Lie - Set config-interval=-1 and aggregate-mode=zero-latency on rtph264pay and rtph265pay - Set VP8/VP9 payloader based on payloader element factory name +- Update to version 0.10.10: + + webrtcsink: + - Avoid panic on unprepare from an async tokio context - Use correct property types for nvvideoconvert + webrtc/signalling: fix race condition in message ordering + + livesync: + - Wait for the end timestamp of the previous buffer before + looking at queue + - Improve EOS handling + videofx: Minimize dependencies of the image crate + + togglerecord: + - Clip segment before calculating timestamp/duration + - Error out if main stream buffer has no valid running time ------------------------------------------------------------------- Wed Jul 5 10:49:41 UTC 2023 - Bjørn Lie