Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
e7c6a4074b | |||
fe200dfaa9 | |||
64ce79542d | |||
005396d96d | |||
7027df9caa | |||
a9ebcc3e46 |
2
_service
2
_service
@@ -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)
BIN
gst-plugins-base-1.26.2.obscpio
(Stored with Git LFS)
Binary file not shown.
3
gst-plugins-base-1.26.5.obscpio
Normal file
3
gst-plugins-base-1.26.5.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce6b96e257f0f26c9586acbf7d45946def25353ad31910bdd637d232cde5049d
|
||||
size 21550093
|
@@ -1,4 +1,4 @@
|
||||
name: gst-plugins-base
|
||||
version: 1.26.2
|
||||
mtime: 1748559403
|
||||
commit: 100c21e1faf68efe7f3830b6e9f856760697ab48
|
||||
version: 1.26.5
|
||||
mtime: 1754590006
|
||||
commit: 82cbccedf7946a32d28a5aaec8ebbcb627770c19
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user