Accepting request 1143426 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1143426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=93
This commit is contained in:
Ana Guerrero 2024-02-02 14:44:49 +00:00 committed by Git OBS Bridge
commit f301f8c393
5 changed files with 27 additions and 8 deletions

View File

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

BIN
gstreamer-1.22.9.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Feb 1 10:54:29 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.22.9:
+ Highlighted bugfixes in 1.22.9
- More Security fixes for the AV1 video codec parser
- va: fixes for Mesa Gallium drivers in Mesa versions older
than v23.2
- v4l2src: Consider framerate during caps selection
- v4l2codec: decoder fixes
- rtspsrc: multicast fixes
- camerabin viewfinder fixes
- various bug fixes, build fixes, memory leak fixes, and other
stability and reliability improvements
+ gstreamer
- aggregator: fix use-after-free in queries processing
- multiqueue: Ignore queue fullness for most events
- Rebase reduce-required-meson.patch
-------------------------------------------------------------------
Thu Jan 4 07:50:55 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer
Version: 1.22.8
Version: 1.22.9
Release: 0
Summary: Streaming-Media Framework Runtime
License: LGPL-2.1-or-later

View File

@ -1,10 +1,10 @@
Index: gstreamer-1.22.8/meson.build
Index: gstreamer-1.22.9/meson.build
===================================================================
--- gstreamer-1.22.8.orig/meson.build
+++ gstreamer-1.22.8/meson.build
--- gstreamer-1.22.9.orig/meson.build
+++ gstreamer-1.22.9/meson.build
@@ -1,6 +1,6 @@
project('gstreamer', 'c',
version : '1.22.8',
version : '1.22.9',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',