Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2026-04-15 16:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-base"

Wed Apr 15 16:03:37 2026 rev:129 rq:1346830 version:1.28.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
    2026-03-05 17:13:28.918494363 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.21863/gstreamer-plugins-base.changes
 2026-04-15 16:04:49.291617826 +0200
@@ -1,0 +2,49 @@
+Wed Apr  8 11:29:15 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.28.2:
+  + GstAudio/VideoDecoder: Fix different seqnum for eos event error
+  + gst-validate reports event::eos-has-wrong-seqnum in
+    GstAudio/VideoDecoder
+  + audioencoder: Remove fixed caps from srcpad
+  + audio-resampler-neon: read array operand by hand to fix build
+    errors with some armv7hf toolchains
+  + audio-resampler: build error with some armv7hf toolchains:
+    'asm' operand has impossible constraints
+  + compositor: move gst_compositor_init_blend() to element
+    class_init
+  + exiftag:
+    - Add missing bounds check and integer overflow protections in
+      various places
+    - Ignore invalid fractions with numerator/denominator G_MININT
+    - Unmap buffer if parsing a rational number gives a zero
+      denominator
+  + gl: upload: Fix linking glupload with restrictive caps filter
+  + glupload: can't handle caps video/x-raw(memory:GLMemory)
+  + glcolorconvert: Fix NULL pointer dereference on buffers without
+    video meta
+  + libs_gstglcolorconvert test failure in 1.28.1
+  + opusenc:
+    - Use correct memcpy() size when copying Vorbis channel
+      positions
+    - Using invalid size for memcpy?
+  + playback: Make sure to check for empty/any caps before getting
+    the first structure
+  + rtcp: Fix buffer overread in SDES packet parsing
+  + rtpbuffer: Add validation for CSRC list length
+  + rtsp:
+    - gstrtspurl: Parse URL having user without password
+    - Does not parse URL with user but no password as valid
+  + subparse:
+    - Avoid NULL-pointer dereferences in mdvdsub parsing code
+    - Fix integer overflow when calculating qttext timestamp
+    - Replace regex string matching / replacing with plain C string
+      parsing
+  + typefindfunctions: Avoid signed 32 bit integer overflow and OOB
+    reads when parsing LEB128 values
+  + video-converter: fix I420/A420 BGRA/ARGB output on big-endian
+  + video: fix too small default stride for UYVP with odd widths
+  + videorate: Fix unrestored caps on backward PTS
+  + GThreadFunc return type fixes
+- Split put new gstreamer-plugins-base-extra sub-package.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-base-1.28.1.obscpio

New:
----
  gst-plugins-base-1.28.2.obscpio

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

Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.L3oZZ1/_old  2026-04-15 16:04:50.143652854 +0200
+++ /var/tmp/diff_new_pack.L3oZZ1/_new  2026-04-15 16:04:50.143652854 +0200
@@ -20,7 +20,7 @@
 %define gst_branch 1.0
 %define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
 Name:           gstreamer-plugins-base
-Version:        1.28.1
+Version:        1.28.2
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -103,6 +103,13 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%package        extra
+Summary:        GStreamer-plugins-bad extra plugins
+Requires:       %{name}
+
+%description    extra
+This package provides GStreamer-plugins-bad cdparanoia and libvisual support.
+
 %package -n libgstallocators-1_0-0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 # We want to have base modules installed:
@@ -557,12 +564,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstaudiotestsrc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstaudiorate.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstbasedebug.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstcompositor.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstdsd.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstencoding.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
-%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstopengl.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstopus.so
@@ -583,6 +588,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
 
+%files extra
+%{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
+
 %files -n libgstallocators-1_0-0
 %{_libdir}/libgstallocators*.so.*
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.L3oZZ1/_old  2026-04-15 16:04:50.199655156 +0200
+++ /var/tmp/diff_new_pack.L3oZZ1/_new  2026-04-15 16:04:50.203655321 +0200
@@ -5,7 +5,7 @@
     <param 
name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
     <param name="subdir">subprojects/gst-plugins-base</param>
     <param name="filename">gst-plugins-base</param>
-    <param name="revision">1.28.1</param>
+    <param name="revision">1.28.2</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ gst-plugins-base-1.28.1.obscpio -> gst-plugins-base-1.28.2.obscpio ++++++
++++ 3452 lines of diff (skipped)

++++++ gst-plugins-base.obsinfo ++++++
--- /var/tmp/diff_new_pack.L3oZZ1/_old  2026-04-15 16:04:52.339743137 +0200
+++ /var/tmp/diff_new_pack.L3oZZ1/_new  2026-04-15 16:04:52.343743301 +0200
@@ -1,5 +1,5 @@
 name: gst-plugins-base
-version: 1.28.1
-mtime: 1772071779
-commit: dcb37e20147e3b59344bab1e1cbb57e908cc6b92
+version: 1.28.2
+mtime: 1775588543
+commit: 43421c2a5b8ac5cceb52b11749df40301e1de5c0
 

Reply via email to