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
This commit is contained in:
parent
648646f038
commit
61d9a08531
@ -6,13 +6,6 @@ Tue Jul 25 11:34:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
|||||||
- Change the threshold for trailing buffers
|
- Change the threshold for trailing buffers
|
||||||
- Fix pad health calculation and notifies
|
- Fix pad health calculation and notifies
|
||||||
+ fmp4mux: Fix draining in chunk mode if keyframes are too late
|
+ 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:
|
+ webrtcsink:
|
||||||
- fix pipeline when input caps contain max-framerate
|
- fix pipeline when input caps contain max-framerate
|
||||||
- Configure only 4 threads for x264enc
|
- Configure only 4 threads for x264enc
|
||||||
@ -21,9 +14,19 @@ Tue Jul 25 11:34:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
|||||||
- Set config-interval=-1 and aggregate-mode=zero-latency on
|
- Set config-interval=-1 and aggregate-mode=zero-latency on
|
||||||
rtph264pay and rtph265pay
|
rtph264pay and rtph265pay
|
||||||
- Set VP8/VP9 payloader based on payloader element factory name
|
- 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
|
- Use correct property types for nvvideoconvert
|
||||||
+ webrtc/signalling: fix race condition in message ordering
|
+ 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
|
+ 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 <bjorn.lie@gmail.com>
|
Wed Jul 5 10:49:41 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user