Accepting request 1136819 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1136819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2024-01-05 20:40:01 +00:00 committed by Git OBS Bridge
commit b14dd4ba9f
5 changed files with 35 additions and 9 deletions

View File

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

3
gstreamer-1.22.8.tar.xz Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jan 4 07:50:55 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.22.8:
+ Highlighted bugfixes in 1.22.8
- Security fixes for the AV1 video codec parser
- avdec video decoder: fix another possible deadlock with
FFmpeg 6.1
- qtdemux: reverse playback and seeking fixes for files with
raw audio streams
- v4l2: fix "newly allocated buffer ... is not free" warning
log flood
- GstPlay + GstPlayer library fixes
- dtls: Fix build failure on Windows when compiling against
OpenSSL 3.2.0
- d3d11screencapturesrc: Fix wrong color with HDR enabled
- Cerbero build tool: More python 3.12 string escape warning
fixes; make sure to bundle build tools as well
- various bug fixes, build fixes, memory leak fixes, and other
stability and reliability improvements
+ gstreamer
- buffer: Unref memories before metas
- pad: Recheck pads when linking after temporary unlock
- baseparse: Fixes to buffers extracted from adapter
- Rebase reduce-required-meson.patch
-------------------------------------------------------------------
Wed Nov 15 09:24:45 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package gstreamer
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer
Version: 1.22.7
Version: 1.22.8
Release: 0
Summary: Streaming-Media Framework Runtime
License: LGPL-2.1-or-later

View File

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