Accepting request 1089220 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1089220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2023-05-28 17:21:29 +00:00 committed by Git OBS Bridge
commit 01eb1a50d6
5 changed files with 41 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed May 24 14:20:04 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.3:
+ Highlighted bugfixes:
- avdec: fix occasional video decoder deadlock on seeking with
FFmpeg 6.0.
- decodebin3: fix regression handling input streams without
CAPS or TIME segment such as e.g. udpsrc or `pushfilesrc.
- bluez: a2dpsink: fix Bluetooth SIG Certification test
failures.
- osxvideosink: fix deadlock upon closing output window.
- qtdemux: fix edit list handling regression and AV1 codec box
parsing.
- qtmux: fix extraction of CEA608 closed caption data from
S334-1A packets.
- rtspsrc: Fix handling of * control path.
- splitmux: timestamp handling improvements.
- v4l2videodec: Rework dynamic resolution change handling
(needed for IMX6 mainline codec).
- videoflip: fix regression with automatically rotating video
based on tags.
- d3d11: many d3d11videosink and d3d11compositor fixes.
- webrtc, rtp: numerous data race fixes and stability fixes.
- various bug fixes, memory leak fixes, and other stability and
reliability improvements.
+ gstreamer:
- tracing: Initialize tracing infrastructure even if the debug
system is not compiled in.
- parse-launch: fix missing unref of looked-up child element.
- gstutils: Add category and object to most logging messages.
- Rebase reduce-required-meson.patch.
-------------------------------------------------------------------
Wed Apr 12 12:01:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

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

View File

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