Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-ugly for
openSUSE:Factory checked in at 2025-07-06 17:03:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-ugly"
Sun Jul 6 17:03:25 2025 rev:99 rq:1290497 version:1.26.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2025-06-06 22:34:58.720740604 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.1903/gstreamer-plugins-ugly.changes
2025-07-06 17:05:14.928343435 +0200
@@ -1,0 +2,6 @@
+Thu Jul 3 12:40:16 UTC 2025 - Bjørn Lie <[email protected]>
+
+- Update to version 1.26.3:
+ + No changes, stable versionbump only.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-ugly-1.26.2.obscpio
New:
----
gst-plugins-ugly-1.26.3.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.pVHVZC/_old 2025-07-06 17:05:16.924426123 +0200
+++ /var/tmp/diff_new_pack.pVHVZC/_new 2025-07-06 17:05:16.936426621 +0200
@@ -25,7 +25,7 @@
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
Name: gstreamer-plugins-ugly
-Version: 1.26.2
+Version: 1.26.3
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
++++++ _service ++++++
--- /var/tmp/diff_new_pack.pVHVZC/_old 2025-07-06 17:05:17.172436397 +0200
+++ /var/tmp/diff_new_pack.pVHVZC/_new 2025-07-06 17:05:17.208437889 +0200
@@ -5,7 +5,7 @@
<param
name="url">https://gitlab.freedesktop.org/gstreamer/gstreamer.git</param>
<param name="subdir">subprojects/gst-plugins-ugly</param>
<param name="filename">gst-plugins-ugly</param>
- <param name="revision">1.26.2</param>
+ <param name="revision">1.26.3</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
++++++ gst-plugins-ugly-1.26.2.obscpio -> gst-plugins-ugly-1.26.3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.26.2/NEWS
new/gst-plugins-ugly-1.26.3/NEWS
--- old/gst-plugins-ugly-1.26.2/NEWS 2025-05-30 00:56:43.000000000 +0200
+++ new/gst-plugins-ugly-1.26.3/NEWS 2025-06-26 22:25:24.000000000 +0200
@@ -1809,6 +1809,213 @@
- List of Merge Requests applied in 1.26.2
- List of Issues fixed in 1.26.2
+1.26.3
+
+The third 1.26 bug-fix release (1.26.3) was released on 26 June 2025.
+
+This release only contains bugfixes including some important playback fixes,
and it should be safe to update from 1.26.x.
+
+Highlighted bugfixes in 1.26.3
+
+- Security fix for the H.266 video parser
+- Fix regression for WAV files with acid chunks
+- Fix high memory consumption caused by a text handling regression in
uridecodebin3 and playbin3
+- Fix panic on late GOP in fragmented MP4 muxer
+- Closed caption conversion, rendering and muxing improvements
+- Decklink video sink preroll frame rendering and clock drift handling fixes
+- MPEG-TS demuxing and muxing fixes
+- MP4 muxer fixes for creating very large files with faststart support
+- New thread-sharing 1:N inter source and sink elements, and a ts-rtpdtmfsrc
+- New speech synthesis element around ElevenLabs API
+- RTP H.265 depayloader fixes and improvements, as well as TWCC and GCC
congestion control fixes
+- Seeking improvements in DASH client for streams with gaps
+- WebRTC sink and source fixes and enhancements, including to LiveKit and
WHIP signallers
+- The macOS osxvideosink now posts navigation messages
+- QtQML6GL video sink input event handling improvements
+- Overhaul detection of hardware-accelerated video codecs on Android
+- Video4Linux capture source fixes and support for BT.2100 PQ and 1:4:5:3
colorimetry
+- Vulkan buffer upload and memory handling regression fixes
+- gst-python: fix various regressions introduced in 1.26.2
+- cerbero: fix text relocation issues on 32-bit Android and fix broken
VisualStudio VC templates
+- packages: ship pbtypes plugin and update openssl to 3.5.0 LTS
+- Various bug fixes, build fixes, memory leak fixes, and other stability and
reliability improvements
+
+gstreamer
+
+- aggregator: Do not set event seqnum to INVALID
+- baseparse: test: Fix race on test start
+- pad: Only remove TAG events on STREAM_START if the stream-id actually
changes
+- utils: Mark times array as static to avoid symbol conflict with the POSIX
function
+- vecdeque: Use correct index type gst_vec_deque_drop_struct()
+
+gst-plugins-base
+
+- GstAudioAggregator: fix structure unref in peek_next_sample()
+- audioconvert: Fix setting mix-matrix when input caps changes
+- encodebasebin: Duplicate encoding profile in property setter
+- gl: simplify private gst_gl_gst_meta_api_type_tags_contain_only()
+- osxvideosink: Use gst_pad_push_event() and post navigation messages
+- playsink: Fix race condition in stream synchronizer pad cleanup during
state changes
+- python: Fix pulling events from appsink
+- streamsynchronizer: Consider streams having received stream-start as
waiting
+- urisourcebin: Text tracks are no longer set as sparse stream in
urisourcebin’s multiqueue
+
+gst-plugins-good
+
+- aacparse: Fix counting audio channels in program_config_element
+- adaptivedemux2: free cancellable when freeing transfer task
+- dashdemux2: Fix seeking in a stream with gaps
+- decodebin wavparse cannot pull header
+- imagefreeze: fix not negotiate log when stop
+- osxvideosink: Use gst_pad_push_event() and post navigation messages
+- qml6glsink: Allow configuring if the item will consume input events
+- qtmux: Update chunk offsets when converting stco to co64 with faststart
+- splitmuxsink: Only send closed message once per open fragment
+- rtph265depay: CRA_NUT can also start an (open) GOP
+- rtph265depay: fix codec_data generation
+- rtspsrc: Don’t emit error during close if server is EOF
+- twcc: Fix reference timestamp wrapping (again)
+- v4l2: Fix possible internal pool leak
+- v4l2object: Add support for colorimetry bt2100-pq and 1:4:5:3
+- wavparse: Don’t error out always when parsing acid chunks
+
+gst-plugins-bad
+
+- amc: Overhaul hw-accelerated video codecs detection
+- bayer2rgb: Fix RGB stride calculation
+- d3d12compositor: Fix critical warnings
+- dashsink: Fix failing test
+- decklink: calculate internal using values closer to the current clock times
+- decklinkvideosink: show preroll frame correctly
+- decklink: clock synchronization after pause
+- h266parser: Fix overflow when parsing subpic_level_info
+- lcevcdec: Check for errors after receiving all enhanced and base pictures
+- meson: fix building -bad tests with disabled soundtouch
+- mpegts: handle MPEG2-TS with KLV metadata safely by preventing out of
bounds
+- mpegtsmux: Corrections around Teletext handling
+- srtsink: Fix header buffer filtering
+- transcoder: Fix uritranscodebin reference handling
+- tsdemux: Allow access unit parsing failures
+- tsdemux: Send new-segment before GAP
+- vulkanupload: fix regression for uploading VulkanBuffer
+- vulkanupload: fix regression when uploading to single memory multiplaned
memory images.
+- webrtcbin: disconnect signal ICE handlers on dispose
+- {d3d12,d3d11}compositor: Fix negative position handling
+- {nv,d3d12,d3d11}decoder: Use interlace info in input caps
+
+gst-plugins-ugly
+
+- No changes
+
+GStreamer Rust plugins
+
+- Add new speech synthesis element around ElevenLabs API
+- cea708mux: fix another WouldOverflow case
+- cea708mux: support configuring a limit to how much data will be pending
+- cea708overlay: also reset the output size on flush stop
+- gcc: handle out of order packets
+- fmp4mux: Fix panic on late GOP
+- livekit: expose a connection state property
+- mp4mux: add taic box
+- mp4mux: test the trak structure
+- pcap_writer: Make target-property and pad-path properties writable again
+- skia: Don’t build skia plugin by default for now
+- threadshare: cleanups & usability improvements
+- threadshare: sync runtime with latest async-io
+- threadshare: fix kqueue reactor
+- threadshare: Update to getifaddrs 0.2
+- threadshare: add new thread-sharing inter elements
+- threadshare: add a ts-rtpdtmfsrc element
+- transcriberbin: fix naming of subtitle pads
+- tttocea708: don’t panic if a new service would overflow
+- webrtc: android: Update Gradle and migrate to FindGStreamerMobile
+- webrtc: add new examples for stream selection over data channel
+- webrtcsrc: the webrtcbin get-transceiver index is not mlineindex
+- webrtcsrc: send CustomUpstream events over control channel ..
+- webrtcsink: Don’t require encoder element for pre-encoded streams
+- webrtcsink: Don’t reject caps events if the codec_data changes
+- whip: server: pick session-id from the endpoint if specified
+- cargo: add config file to force CARGO_NET_GIT_FETCH_WITH_CLI=true
+- Cargo.lock, deny: Update dependencies and log duplicated targo-lexicon
+- Update windows-sys dependency from “>=0.52, <=0.59” to “>=0.52, <=0.60”
+- deny: Add override for windows-sys 0.59
+- deny: Update lints
+- cargo_wrapper: Fix backslashes being parsed as escape codes on Windows
+- Fixes for Clock: non-optional return types
+- Rename relationmeta plugin to analytics
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- rtsp-server: tests: Fix a few memory leaks
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-python
+
+This release includes some important regression fixes for the GStreamer Python
bindings for regressions introduced in 1.26.2.
+
+- gst-python/tests: don’t depend on webrtc and rtsp-server
+- python: Fix pulling events from appsink and other fixes
+
+gst-editing-services
+
+- No changes
+
+gst-devtools, gst-validate + gst-integration-testsuites
+
+- validate: More memory leaks
+- validate: Valgrind fixes
+
+gst-examples
+
+- No changes
+
+gstreamer-docs
+
+- No changes
+
+Development build environment
+
+- gst-env: Emit a warning about DYLD_LIBRARY_PATH on macOS
+
+Cerbero build tool and packaging changes in 1.26.3
+
+- WiX: fix broken VC templates
+- android: Don’t ignore text relocation errors on 32-bit, and error out if
any are found
+- build: source: handle existing .cargo/config.toml as in plugins-rs
+- ci: Detect text relocations when building android examples
+- gst-plugins-base: Ship pbtypes
+- gst-plugins-base: Fix category of pbtypes
+- gst-plugins-rs: Update for relationmeta -> analytics plugin rename
+- libsoup.recipe: XML-RPC support was removed before the 3.0 release
+- openssl: Update to 3.5.0 LTS
+
+Contributors to 1.26.3
+
+Albert Sjolund, Aleix Pol, Ben Butterworth, Brad Hards, César Alejandro
Torrealba Vázquez, Changyong Ahn, Doug Nazar, Edward
+Hervey, Elliot Chen, Enrique Ocaña González, François Laignel, Glyn Davies, He
Junyan, Jakub Adam, James Cowgill, Jan Alexander
+Steffens (heftig), Jan Schmidt, Jochen Henneberg, Johan Sternerup, Julian
Bouzas, L. E. Segovia, Loïc Le Page, Mathieu
+Duponchelle, Matthew Waters, Nicolas Dufresne, Nirbheek Chauhan, Philippe
Normand, Pratik Pachange, Qian Hu (胡骞), Sebastian
+Dröge, Seungha Yang, Taruntej Kanakamalla, Théo Maillart, Thibault Saunier,
Tim-Philipp Müller, Víctor Manuel Jáquez Leal,
+Xavier Claessens,
+
+… and many others who have contributed bug reports, translations, sent
suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.26.3
+
+- List of Merge Requests applied in 1.26.3
+- List of Issues fixed in 1.26.3
+
Schedule for 1.28
Our next major feature release will be 1.28, and 1.27 will be the unstable
development version leading up to the stable 1.28
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.26.2/RELEASE
new/gst-plugins-ugly-1.26.3/RELEASE
--- old/gst-plugins-ugly-1.26.2/RELEASE 2025-05-30 00:56:43.000000000 +0200
+++ new/gst-plugins-ugly-1.26.3/RELEASE 2025-06-26 22:25:24.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-ugly 1.26.2.
+This is GStreamer gst-plugins-ugly 1.26.3.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.26.2/gst-plugins-ugly.doap
new/gst-plugins-ugly-1.26.3/gst-plugins-ugly.doap
--- old/gst-plugins-ugly-1.26.2/gst-plugins-ugly.doap 2025-05-30
00:56:43.000000000 +0200
+++ new/gst-plugins-ugly-1.26.3/gst-plugins-ugly.doap 2025-06-26
22:25:24.000000000 +0200
@@ -35,6 +35,16 @@
<release>
<Version>
+ <revision>1.26.3</revision>
+ <branch>1.26</branch>
+ <name></name>
+ <created>2025-06-26</created>
+ <file-release
rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.3.tar.xz"
/>
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.26.2</revision>
<branch>1.26</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.26.2/meson.build
new/gst-plugins-ugly-1.26.3/meson.build
--- old/gst-plugins-ugly-1.26.2/meson.build 2025-05-30 00:56:43.000000000
+0200
+++ new/gst-plugins-ugly-1.26.3/meson.build 2025-06-26 22:25:24.000000000
+0200
@@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
- version : '1.26.2',
+ version : '1.26.3',
meson_version : '>= 1.4',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
++++++ gst-plugins-ugly.obsinfo ++++++
--- /var/tmp/diff_new_pack.pVHVZC/_old 2025-07-06 17:05:18.016471362 +0200
+++ /var/tmp/diff_new_pack.pVHVZC/_new 2025-07-06 17:05:18.052472854 +0200
@@ -1,5 +1,5 @@
name: gst-plugins-ugly
-version: 1.26.2
-mtime: 1748559403
-commit: 100c21e1faf68efe7f3830b6e9f856760697ab48
+version: 1.26.3
+mtime: 1750969524
+commit: 87bc0c6e949e3dcc440658f78ef52aa8088cb62f