Ana Guerrero 2024-10-17 16:39:28 +00:00 committed by Git OBS Bridge
commit e15c808428
7 changed files with 36 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.1</param>
<param name="revision">refs/tags/0.13.1</param>
<param name="versionformat">0.13.2</param>
<param name="revision">refs/tags/0.13.2</param>
<param name="scm">git</param>
</service>
<service name="set_version" mode="manual"/>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:552a0736fcce820e0505c75a9c5d962158d7c9b515df39b45638e0323781b1b5
size 11095053

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

Binary file not shown.

View File

@ -1,4 +1,4 @@
name: gst-plugins-rs
version: 0.13.1
mtime: 1724784650
commit: 0bc57b8a0a6ccc8d3b8e9127b4021cbf98f3be39
version: 0.13.2
mtime: 1727549325
commit: f0f33692ac620a5f75da5c2a0b54e33388ba4cf5

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Oct 16 18:58:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.13.2:
+ Fixed:
- cea608overlay: Avoid overflow when deciding which lines to
retain.
- cea708mux:
. Actually push gap events downstream.
. Stop with EOS once all pads are EOS.
. Fix off-by-one when deciding if a buffer belongs to this or
the next frame.
- mpegtslivesrc: Various timestamp tracking fixes.
- onvifmetadatapay: Set output caps earlier.
- transcriberbin: Fix passthrough state change.
- webrtcsink: Fix setting of RFC7273 attributes in the SDP.
+ Added:
- dav1ddec: Add properties for film grain synthesis and in-loop
filters.
- mpegtslivesrc: Handle PCR discontinuities.
- rtpav1depay: Add wait-for-keyframe and request-keyframe
properties.
- webrtcsrc: Expose msid property on source pads.
+ Changed: spotify: Reduce dependencies.
-------------------------------------------------------------------
Tue Sep 10 12:56:17 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -27,7 +27,7 @@
%endif
Name: gstreamer-plugins-rs
Version: 0.13.1
Version: 0.13.2
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.