Sync from SUSE:SLFO:Main gstreamer-plugins-rs revision b5d7bf252ac34ac7bb3201d10093e299

This commit is contained in:
2025-02-20 09:33:22 +01:00
parent 6969e85e05
commit 2b5750b427
7 changed files with 73 additions and 12 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.4</param>
<param name="revision">refs/tags/0.13.4</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.

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

Binary file not shown.

View File

@@ -1,4 +1,4 @@
name: gst-plugins-rs
version: 0.13.2
mtime: 1727549325
commit: f0f33692ac620a5f75da5c2a0b54e33388ba4cf5
version: 0.13.4
mtime: 1735048246
commit: c1cba6e8c7b382aa5675b8b1f6bdd1c4096be77d

View File

@@ -1,3 +1,64 @@
-------------------------------------------------------------------
Thu Jan 2 21:55:22 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.13.4:
+ Fixed:
- cea608overlay: Fix rendering when roll-up base row is at the
top.
- cea708mux:
. Handle CEA608 data correctly and output padding by default.
. Clear leftover pending codes correctly.
- cea708overlay:
. Produce better CEA608 layouts.
. Fix background/foreground types and enable black background
by default.
. Clear correctly on caption timeout.
- mpegtslivesrc: Various fixes related to stream
discontinuities.
- tttocea708: Fix various conformance issues.
- togglerecord: Fix various deadlocks and simplify mutexes.
- webrtcsink:
. Fix various deadlocks.
. Set caps-change-mode=delayed on encoder capsfilter.
. Ignore more fields on caps changes.
+ Added:
- awss3putobjectsink: Add next-file support.
- tracers: Add signal to force writing log file to queue-levels
and buffer-lateness tracers.
- webrtc: Handle some more Janus events.
- webrtcsink: Add support for openh264enc and nvh265enc.
- webrtcsrc: Add connect-to-first-producer property.
-------------------------------------------------------------------
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

@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-rs
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%endif
Name: gstreamer-plugins-rs
Version: 0.13.2
Version: 0.13.4
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.