Accepting request 1073599 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1073599 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-rs?expand=0&rev=17
This commit is contained in:
commit
9488488ee9
4
_service
4
_service
@ -6,8 +6,8 @@
|
|||||||
<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.2</param>
|
<param name="revision">refs/tags/0.10.4</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<!--- <param name="changesgenerate">enable</param> -->
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual"/>
|
<service name="set_version" mode="manual"/>
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
|
|
||||||
<param name="changesrevision">b64da48508e48ff399b99f66ca110483651e8485</param></service></servicedata>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d00b932a1ca67d9272c568894e430833aea46d8e30fe5fe598215e81dda6d35f
|
|
||||||
size 7494669
|
|
3
gstreamer-plugins-rs-0.10.4.obscpio
Normal file
3
gstreamer-plugins-rs-0.10.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5eeaf78ee1db039d7945df50b1bce0f03f41d7b7259c8fa94cec680cda445e5a
|
||||||
|
size 7597581
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 16 08:50:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.10.4:
|
||||||
|
* Fixed:
|
||||||
|
- fmp4mux:
|
||||||
|
. Return a running time from AggregatorImpl::next_time() to
|
||||||
|
fix waiting in live pipelines.
|
||||||
|
. Fix hls_live example to set properties on the right
|
||||||
|
element.
|
||||||
|
- uriplaylistbin: Reset element when switching back to NULL
|
||||||
|
state.
|
||||||
|
- livesync: Handle variable framerates correctly in fallback
|
||||||
|
buffer duration calculation.
|
||||||
|
- meson: Fix GStreamer version feature detection.
|
||||||
|
* Added: webrtc: New webrtc element.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 09 19:19:14 UTC 2023 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.10.3:
|
||||||
|
* Added:
|
||||||
|
- tracers: `queue_levels` tracer now also supports printing the
|
||||||
|
`appsrc` levels.
|
||||||
|
- webrtc: `webrtcsink` can use `nvvidconv` if `nvvideoconvert`
|
||||||
|
does not exist on an NVIDIA platform.
|
||||||
|
* Fixed:
|
||||||
|
- gtk4: Set the sync point on the video frame after mapping it
|
||||||
|
as otherwise the frame might not be ready yet for further
|
||||||
|
usage.
|
||||||
|
- livesync: Correctly calculate the fallback buffer duration
|
||||||
|
from the video framerate.
|
||||||
|
- ndi: Handle caps changes correctly in `ndisinkcombiner`.
|
||||||
|
* Changed: webrtc: Minor cleanup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 7 07:00:49 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
Tue Mar 7 07:00:49 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gstreamer-plugins-rs
|
name: gstreamer-plugins-rs
|
||||||
version: 0.10.2
|
version: 0.10.4
|
||||||
mtime: 1677140193
|
mtime: 1678795503
|
||||||
commit: b64da48508e48ff399b99f66ca110483651e8485
|
commit: 6b53562495d1e1657f74401754589514e43dff40
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gstreamer-plugins-rs
|
Name: gstreamer-plugins-rs
|
||||||
Version: 0.10.2
|
Version: 0.10.4
|
||||||
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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:67c2b84f0a70a4d7a385a15892ad6ba94486b81312beff5ad3a2a474509bf5c8
|
oid sha256:12c1070018b290cf15a10b5d1c82af4b51ba195e605fcd1d2c2f163d63ffe2f5
|
||||||
size 78248433
|
size 79603745
|
||||||
|
Loading…
Reference in New Issue
Block a user