Accepting request 1100828 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1100828 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-rs?expand=0&rev=21
This commit is contained in:
commit
4173f052d4
5
_service
5
_service
@ -6,7 +6,7 @@
|
||||
<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.9</param>
|
||||
<param name="revision">refs/tags/0.10.11</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
@ -20,4 +20,7 @@
|
||||
<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>
|
||||
|
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
|
||||
version: 0.10.9
|
||||
mtime: 1687196602
|
||||
commit: f4324fd30e3bae4cb81ef6debe0e17270604cb54
|
||||
version: 0.10.11
|
||||
mtime: 1689853403
|
||||
commit: d8db1f502daf973314315c4cd2b3d9baf483cdec
|
||||
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
+ 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
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
%endif
|
||||
|
||||
Name: gstreamer-plugins-rs
|
||||
Version: 0.10.9
|
||||
Version: 0.10.11
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
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