From 61d9a085313cde935422f31bfc1c3d90f29201a9a01cd417ad551e704e6e40c3 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Wed, 26 Jul 2023 11:05:08 +0000 Subject: [PATCH] Accepting request 1100827 from home:alarrosa:branches:multimedia:libs - Update to version 0.10.10: + webrtcsink: - Avoid panic on unprepare from an async tokio context + 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 OBS-URL: https://build.opensuse.org/request/show/1100827 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=52 --- gstreamer-plugins-rs.changes | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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