Antonio Larrosa
648646f038
- 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
27 lines
1019 B
XML
27 lines
1019 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
|
|
<param name="filename">gst-plugins-rs</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="revision">refs/tags/0.10.11</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
<param name="scm">git</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">gst-plugins-rs</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual">
|
|
<param name="srcdir">gst-plugins-rs</param>
|
|
</service>
|
|
</services>
|