11
0

6 Commits

Author SHA256 Message Date
e7c6a4074b Accepting request 1299092 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1299092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=121
2025-08-13 14:23:13 +00:00
fe200dfaa9 - Update to version 1.26.5:
+ audioconvert: mix-matrix causes caps negotiation failure
  + decodebin3: Don't error on an incoming ONVIF metadata stream
  + gloverlay: Recompute geometry when caps change, and load
    texture after stopping and starting again
  + uridecodebin3: Add missing locking and NULL checks when adding
    URIs to messages
  + uridecodebin3: segfault in update_message_with_uri() if no
    decoder available
  + videorate, imagefreeze: add support for JPEG XS
  + gst-device-monitor-1.0: Add shell quoting for launch lines
  + gst-device-monitor-1.0: Fix criticals, and also accept utf8 in
    launch lines
  + gst-device-monitor-1.0: Use gst_print instead of g_print

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=258
2025-08-12 14:23:23 +00:00
64ce79542d Accepting request 1295733 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1295733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=120
2025-07-26 11:40:12 +00:00
005396d96d - Update to version 1.26.4:
+ Revert "streamsynchronizer: Consider streams having received
    stream-start as waiting"
  + alsa: free conf cache under valgrind
  + gst-device-monitor: Fix caps filter splitting
  + Fix various valgrind/test errors when GST_DEBUG is enabled
  + More valgrind and test fixes
  + Various ASAN fixes

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=256
2025-07-25 11:24:37 +00:00
7027df9caa Accepting request 1289972 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1289972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=119
2025-07-03 10:09:57 +00:00
a9ebcc3e46 - Update to version 1.26.3:
+ 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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=254
2025-07-02 13:37:56 +00:00
6 changed files with 58 additions and 9 deletions

View File

@@ -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.26.2</param>
<param name="revision">1.26.5</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gst-plugins-base-1.26.2.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce6b96e257f0f26c9586acbf7d45946def25353ad31910bdd637d232cde5049d
size 21550093

View File

@@ -1,4 +1,4 @@
name: gst-plugins-base
version: 1.26.2
mtime: 1748559403
commit: 100c21e1faf68efe7f3830b6e9f856760697ab48
version: 1.26.5
mtime: 1754590006
commit: 82cbccedf7946a32d28a5aaec8ebbcb627770c19

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Aug 12 05:39:33 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.5:
+ audioconvert: mix-matrix causes caps negotiation failure
+ decodebin3: Don't error on an incoming ONVIF metadata stream
+ gloverlay: Recompute geometry when caps change, and load
texture after stopping and starting again
+ uridecodebin3: Add missing locking and NULL checks when adding
URIs to messages
+ uridecodebin3: segfault in update_message_with_uri() if no
decoder available
+ videorate, imagefreeze: add support for JPEG XS
+ gst-device-monitor-1.0: Add shell quoting for launch lines
+ gst-device-monitor-1.0: Fix criticals, and also accept utf8 in
launch lines
+ gst-device-monitor-1.0: Use gst_print instead of g_print
-------------------------------------------------------------------
Thu Jul 24 06:55:46 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.4:
+ Revert "streamsynchronizer: Consider streams having received
stream-start as waiting"
+ alsa: free conf cache under valgrind
+ gst-device-monitor: Fix caps filter splitting
+ Fix various valgrind/test errors when GST_DEBUG is enabled
+ More valgrind and test fixes
+ Various ASAN fixes
-------------------------------------------------------------------
Tue Jul 1 19:41:33 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.26.3:
+ 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
-------------------------------------------------------------------
Sun Jun 1 07:06:23 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-base
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define gst_branch 1.0
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
Name: gstreamer-plugins-base
Version: 1.26.2
Version: 1.26.5
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: GPL-2.0-or-later AND LGPL-2.1-or-later