Ana Guerrero 2024-12-11 20:03:17 +00:00 committed by Git OBS Bridge
commit 80596aaa40
7 changed files with 41 additions and 11 deletions

View File

@ -3,8 +3,8 @@
<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">0.13.2</param>
<param name="revision">refs/tags/0.13.2</param>
<param name="versionformat">0.13.3</param>
<param name="revision">refs/tags/0.13.3</param>
<param name="scm">git</param>
</service>
<service name="set_version" mode="manual"/>

BIN
gst-plugins-rs-0.13.2.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46ab8fde75006b1cb3ccd7be2ebb074c16ce94803056e494fb53568963cb1732
size 11125261

View File

@ -1,4 +1,4 @@
name: gst-plugins-rs
version: 0.13.2
mtime: 1727549325
commit: f0f33692ac620a5f75da5c2a0b54e33388ba4cf5
version: 0.13.3
mtime: 1730543954
commit: 132d93537c06781b8f67249d20635eb0d029a149

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Dec 9 11:12:56 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.13.3:
+ Fixed:
- gtk4paintablesink:
. Don't check for a GL context when filtering dmabuf caps.
. Use a correctly typed None value when retrieving paintable
property fails.
- mpegtslivesrc: Parse PAT/PMT to lock to a single program/PCR
in case multiple are in the stream.
- rtp: Fix reference timestamp meta de-duplication in
depayloaders.
- quinn: Specify a default crypto provider to avoid conflicts.
- transcriberbin: Fix linking of user-provided transcriber.
- webrtcsink:
. Allow pixel-aspect-ratio changes.
. Fix naming of error dot files of discovery pipelines.
. Fix session not in place errors.
- webrtc: janus: Do not block in end_session().
+ Added:
- awstranscriber: Post warning message with details when items
are too late.
- transcriberbin: Support both latency and translate-latency
properties.
- webrtc: janus: Add janus-state property.
+ Changed: gtk4paintablesink: Deprecated "wayland" feature and
call it "waylandegl" as it has nothing to do with generic
Wayland support.
-------------------------------------------------------------------
Wed Oct 16 18:58:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -27,7 +27,7 @@
%endif
Name: gstreamer-plugins-rs
Version: 0.13.2
Version: 0.13.3
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later

BIN
vendor.tar.zst (Stored with Git LFS)

Binary file not shown.