Accepting request 1143305 from home:alarrosa:branches:multimedia:libs

- Update to version 1.22.9:
  + Highlighted bugfixes in 1.22.8
    - 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

OBS-URL: https://build.opensuse.org/request/show/1143305
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=211
This commit is contained in:
Antonio Larrosa 2024-02-01 11:59:54 +00:00 committed by Git OBS Bridge
parent a04586d4ce
commit f5146140a5
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.8
- 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',