Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-rs for 
openSUSE:Factory checked in at 2026-03-05 17:14:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-rs (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.561 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-rs"

Thu Mar  5 17:14:33 2026 rev:47 rq:1336404 version:1.28.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs.changes    
    2026-02-12 17:26:59.938353714 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.561/gstreamer-plugins-rs.changes
       2026-03-05 17:17:53.501466125 +0100
@@ -1,0 +2,59 @@
+Thu Feb 26 09:18:59 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.28.1:
+  + audio: add new whisper-based transcription element
+  + aws: Don't run whole GStreamer tests in a tokio runtime
+  + awstranscriber2: workaround suspected rust SDK regression
+  + Block on a tokio runtime if available instead of going via
+    futures::executor()
+  + debugseimetainserter: add new plugin for testing SEI meta
+    insertion
+  + demucs: document how to build with a specific python version
+  + demucs: Don't fail if std deviation of the input is too close
+    to zero
+  + demucs: improve url doc
+  + demucs: pin python 3.13 in uv setup
+  + demucs, speechmatics: don't take stream lock on FlushStart
+  + elevenlabs,speechmatics: fix license
+  + isobmff: add support for bayer video formats
+  + isomp4mux: Improving level indicator in vpcC for vp8/vp9 with
+    helpers in pbutils
+  + livesync: fixes & reverse playback handling
+  + livesync: ignore upstream latency when upstream is not live
+  + polly: don't panic when no caps were received before first
+    buffer
+  + polly: fix panic in async send()
+  + rtpav1pay: insert sequence header if a keyframe is missing it
+  + rtprecv: Don't panic if no buffers of a bufferlist can be
+    directly forwarded
+  + rtprecv: Various improvements and bugfixes
+  + rtpsend: send mandatory events on the rtcp srcpad before
+    sending the first buffer
+  + rtpsmpte291depay: Drop the current packet after processing if
+    it was empty
+  + rtp: smpte291: Use upper-case encoding-name
+  + rtp: smpte291: Use video as media type instead of application
+  + speechmatics: allow configuring audio events
+  + st2038combiner: Sort by line and then horizontal offset
+  + st2038combiner: Various minor fixes
+  + transcriberbin: forward handled error messages as warning
+    messages
+  + transcriberbin: fix latency reported when
+    transcriber=translationbin
+  + transcribers: Ignore return value when pushing gap events
+  + webrtc-api: Report pressed mouse buttons as modifiers
+  + webrtc/livekit: emit session-requested only for Producer role
+  + webrtcsink: allow specifying custom headers to signalling
+    server
+  + webrtcsink: multiple improvements
+  + webrtcsink: negotiate profile and level for input encoded in
+    H.264
+  + webrtcsrc: add request type pads
+  + webrtcsrc: allow sending encoded data downstream
+  + cargo_wrapper: Add nasm dir to path only if needed
+  + Update dependencies
+- Drop clang and llvm BuildRequires.
+- Add c++_compiler and cmake BuildRequires, following upstream
+  changes.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-rs-1.28.0.obscpio

New:
----
  gst-plugins-rs-1.28.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-rs.spec ++++++
--- /var/tmp/diff_new_pack.ZEhsjC/_old  2026-03-05 17:17:55.981568762 +0100
+++ /var/tmp/diff_new_pack.ZEhsjC/_new  2026-03-05 17:17:55.981568762 +0100
@@ -23,7 +23,7 @@
 %bcond_with aws
 
 Name:           gstreamer-plugins-rs
-Version:        1.28.0
+Version:        1.28.1
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1-or-later
@@ -34,11 +34,11 @@
 Source2:        vendor.tar.zst
 Source4:        gstreamer-plugins-rs.appdata.xml
 
+BuildRequires:  c++_compiler
 BuildRequires:  cargo-c >= 0.10.12
 BuildRequires:  cargo-packaging >= 1.2.0+3
-BuildRequires:  clang
+BuildRequires:  cmake
 BuildRequires:  git
-BuildRequires:  llvm
 BuildRequires:  meson >= 0.60
 BuildRequires:  nasm
 BuildRequires:  pkgconfig
@@ -162,6 +162,8 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstisobmff.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstrsaudioparsers.so
 %{_libdir}/gstreamer-%{gst_branch}/libgsttextaccumulate.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstdebugseimetainserter.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstwhisper.so
 %dir %{_libdir}/gstreamer-%{gst_branch}/validate
 %{_libdir}/gstreamer-%{gst_branch}/validate/libgstrsvalidate.so
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZEhsjC/_old  2026-03-05 17:17:56.049571576 +0100
+++ /var/tmp/diff_new_pack.ZEhsjC/_new  2026-03-05 17:17:56.053571743 +0100
@@ -8,7 +8,7 @@
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">gstreamer-?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="revision">refs/tags/gstreamer-1.28.0</param>
+    <param name="revision">refs/tags/gstreamer-1.28.1</param>
     <param name="scm">git</param>
 <!--    <param name="changesgenerate">enable</param> -->
   </service>

++++++ gst-plugins-rs-1.28.0.obscpio -> gst-plugins-rs-1.28.1.obscpio ++++++
++++ 16079 lines of diff (skipped)

++++++ gst-plugins-rs.obsinfo ++++++
--- /var/tmp/diff_new_pack.ZEhsjC/_old  2026-03-05 17:17:58.241662295 +0100
+++ /var/tmp/diff_new_pack.ZEhsjC/_new  2026-03-05 17:17:58.253662792 +0100
@@ -1,5 +1,5 @@
 name: gst-plugins-rs
-version: 1.28.0
-mtime: 1769435724
-commit: 9183268b9c7a2054a69a41c24c773b1fd6916757
+version: 1.28.1
+mtime: 1772004336
+commit: 2fd1d2f100e5ea5d83f4ca9f095ec537e35c7f37
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.561/vendor.tar.zst differ: 
char 7, line 1

Reply via email to