Sync from SUSE:SLFO:Main gstreamer-plugins-base revision 3f178abbd73084ea5eb701fca2ff76fc
This commit is contained in:
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.1</param>
|
||||
<param name="revision">1.26.2</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.1.obscpio
(Stored with Git LFS)
BIN
gst-plugins-base-1.26.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
gst-plugins-base-1.26.2.obscpio
(Stored with Git LFS)
Normal file
BIN
gst-plugins-base-1.26.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
name: gst-plugins-base
|
||||
version: 1.26.1
|
||||
mtime: 1745522414
|
||||
commit: 7174e955ec066fb8d1fb683cc82713e0615826b6
|
||||
version: 1.26.2
|
||||
mtime: 1748559403
|
||||
commit: 100c21e1faf68efe7f3830b6e9f856760697ab48
|
||||
|
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 1 07:06:23 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.26.2:
|
||||
+ alsa: Avoid infinite loop in DSD rate detection
|
||||
+ gl: Implement basetransform meta transform function
|
||||
+ glshader: free shader on stop
|
||||
+ glupload: Only add texture-target field to GL caps
|
||||
+ gstaudioutilsprivate: Fix gcc 15 compiler error with function
|
||||
pointer
|
||||
+ mikey: Avoid infinite loop while parsing MIKEY payload with
|
||||
unhandled payload types
|
||||
+ properties: add G_PARAM_STATIC_STRINGS where missing
|
||||
+ riff-media: fix MS and DVI ADPCM av_bps calculations
|
||||
+ subtitleoverlay: Remove 0.10 hardware caps handling
|
||||
+ subtitleoverlay: Missing support for DMABuf(?)
|
||||
+ tests: opus: Update channel support and add to meson
|
||||
+ textoverlay: fix shading for RGBx / RGBA pixel format variants
|
||||
+ textoverlay background is wrong while cropping
|
||||
+ uridecodebin3: Don't hold play items lock while releasing pads
|
||||
+ uridecodebin3: deadlock on PLAY_ITEMS_LOCK
|
||||
+ Fix new warnings on Fedora 42, various meson warnings, and
|
||||
other small meson build/wrap fixes
|
||||
+ Fix Qt detection in various places
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 13:08:41 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop obsolete update-desktop-files BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 10:17:08 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@@ -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.1
|
||||
Version: 1.26.2
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -48,7 +48,6 @@ BuildRequires: orc >= 0.4.24
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(alsa) >= 0.9.1
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(freetype2) >= 2.0.9
|
||||
|
Reference in New Issue
Block a user