Accepting request 1100631 from GNOME:Next
- Update to version 0.10.11: + fallbackswitch: - 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 - Translate force-keyunit events to force-IDR action signal for NVIDIA encoders - Set config-interval=-1 and aggregate-mode=zero-latency on rtph264pay and rtph265pay - Set VP8/VP9 payloader based on payloader element factory name - Use correct property types for nvvideoconvert + webrtc/signalling: fix race condition in message ordering + videofx: Minimize dependencies of the image crate OBS-URL: https://build.opensuse.org/request/show/1100631 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=51
This commit is contained in:
parent
89b7cfd505
commit
648646f038
5
_service
5
_service
@ -6,7 +6,7 @@
|
|||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="revision">refs/tags/0.10.9</param>
|
<param name="revision">refs/tags/0.10.11</param>
|
||||||
<!-- <param name="changesgenerate">enable</param> -->
|
<!-- <param name="changesgenerate">enable</param> -->
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
@ -20,4 +20,7 @@
|
|||||||
<param name="srcdir">gst-plugins-rs</param>
|
<param name="srcdir">gst-plugins-rs</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service name="cargo_audit" mode="manual">
|
||||||
|
<param name="srcdir">gst-plugins-rs</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
BIN
gst-plugins-rs-0.10.11.obscpio
(Stored with Git LFS)
Normal file
BIN
gst-plugins-rs-0.10.11.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:797a26fd4613798e5150f60803753b0bcf1560db7270008ea3a0575152d56b30
|
|
||||||
size 8171021
|
|
@ -1,4 +1,4 @@
|
|||||||
name: gst-plugins-rs
|
name: gst-plugins-rs
|
||||||
version: 0.10.9
|
version: 0.10.11
|
||||||
mtime: 1687196602
|
mtime: 1689853403
|
||||||
commit: f4324fd30e3bae4cb81ef6debe0e17270604cb54
|
commit: d8db1f502daf973314315c4cd2b3d9baf483cdec
|
||||||
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 25 11:34:26 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.10.11:
|
||||||
|
+ fallbackswitch:
|
||||||
|
- 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
|
||||||
|
- Translate force-keyunit events to force-IDR action signal for
|
||||||
|
NVIDIA encoders
|
||||||
|
- Set config-interval=-1 and aggregate-mode=zero-latency on
|
||||||
|
rtph264pay and rtph265pay
|
||||||
|
- Set VP8/VP9 payloader based on payloader element factory name
|
||||||
|
- Use correct property types for nvvideoconvert
|
||||||
|
+ webrtc/signalling: fix race condition in message ordering
|
||||||
|
+ videofx: Minimize dependencies of the image crate
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gstreamer-plugins-rs
|
Name: gstreamer-plugins-rs
|
||||||
Version: 0.10.9
|
Version: 0.10.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user