Sync from SUSE:SLFO:Main gstreamer-plugins-good revision 31762217d04e891835bc6e2987f49664

This commit is contained in:
2025-06-18 16:26:31 +02:00
parent afed3cb048
commit 3c37317509
6 changed files with 61 additions and 29 deletions

View File

@@ -1,3 +1,55 @@
-------------------------------------------------------------------
Sun Jun 1 07:16:54 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.2:
+ adaptivedemux2: Fixes for collection handling
+ adaptivedemux2: Fix several races
+ dash: mpdclient: Don't pass terminating NUL to adapter
+ gl: Implement basetransform meta transform function
+ imagefreeze: Set seqnum from segment too
+ interleave: Don't hold object lock while querying caps
downstream
+ matroskamux: Write stream headers before finishing file, so
that a correct file with headers is written if we finish
without any data
+ meson: Add build_rpath for qt6 plugin on macOS
+ meson: Fix qt detection in various places
+ properties: add G_PARAM_STATIC_STRINGS where missing
+ qtdemux: Check length of JPEG2000 colr box before parsing it
+ qtdemux: Parse chan box and improve raw audio channel layout
handling
+ qtdemux: Improve track parsing
+ qtdemux: Use byte reader to parse mvhd box
+ qtdemux: cmpd box is only mandatory for uncompressed video with
uncC version 0
+ rtph264pay: Reject stream-format=avc without codec_data
+ rtputils: Add debug category
+ v4l2: pool: Send drop frame signal after dqbuf success
+ v4l2: pool: fix assert when mapping video frame with DMA_DRM
caps
+ v4l2videoenc: report error only when buffer pool parameters are
invalid
+ wavparse: Ignore EOS when parsing the headers
+ wavparse: Regression leading to unplaybable wav files that were
working before
+ Ensure properties are freed before (re)setting with
g_value_dup_object() or g_value_dup_boxed() and during cleanup
+ Fix new warnings on Fedora 42, various meson warnings, and
other small meson build/wrap fixes
+ Fixes for big endian
+ Switch to GST_AUDIO_NE()
+ Valgrind fixes
-------------------------------------------------------------------
Sun May 25 11:02:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Drop qtqml subpackage/plugin, following upstreams EOL of Qt5
support. Drop libQt5Gui-private-headers-devel, libqt5-linguist,
pkgconfig(Qt5Core), pkgconfig(Qt5Gui), pkgconfig(Qt5Qml),
pkgconfig(Qt5Quick), pkgconfig(Qt5WaylandClient) and
pkgconfig(Qt5X11Extras) BuildRequires and pass qt5=disabled to
meson setup.
-------------------------------------------------------------------
Wed Apr 30 10:23:41 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>