Accepting request 976614 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/976614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2022-05-14 20:52:18 +00:00 committed by Git OBS Bridge
commit b5c222d565
4 changed files with 57 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Mon May 9 08:58:55 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Enable use of libunwind on riscv64
-------------------------------------------------------------------
Mon May 9 08:53:18 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to version 1.20.2
+ Highlighted bugfixes:
- avviddec: Remove vc1/wmv3 override and fix crashes on WMV
files with FFMPEG 5.0+
- macOS: fix plugin discovery for GStreamer installed via brew
and fix loading of Rust plugins
- rtpbasepayload: various header extension handling fixes
- rtpopusdepay: fix regression in stereo input handling if
sprop-stereo is not advertised
- rtspclientsink: fix possible shutdown deadlock
- mpegts: gracefully handle "empty" program maps and fix AC-4
detection
- mxfdemux: Handle empty VANC packets and fix EOS handling
- playbin3: various playbin3, uridecodebin3, and playsink fixes
- ptpclock: fix initial sync-up with certain devices
- gltransformation: let graphene alloc its structures memory
aligned
- webrtcbin fixes and webrtc sendrecv example improvements
- video4linux2: various fixes including some fixes for
Raspberry Pi users
- videorate segment handling fixes and other fixes
- nvh264dec, nvh265dec: Fix broken key-unit trick modes and
reverse playback
- wpe: Reintroduce persistent WebContext
- cerbero: Make it easier to consume 1.20.1 macOS GStreamer
.pkgs
- build fixes and gobject annotation fixes
- bug fixes, security fixes, memory leak fixes, and other
stability and reliability improvements
+ gstreamer:
- devicemonitor: clean up signal handlers and hidden providers
list
- Leaks tracer: fix pthread_atfork return value check leading
to bogus warning in log
- Rust plugins: Not picked up by the plugin loader on macOS
- Failed to use plugins of latest GStreamer version 1.20.x
installed by brew on macOS
- ptpclock: Allow at least 100ms delay between Sync/Follow_Up
and Delay_Req/Delay_Resp messages. Fixes problems acquiring
initial sync with certain devices
- meson: Add -Wl,-rpath,${libdir} on macOS
- registry: skip Rust dep builddirs when searching for plugins
recursively
-------------------------------------------------------------------
Fri Mar 18 07:25:21 UTC 2022 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer
Version: 1.20.1
Version: 1.20.2
Release: 0
Summary: Streaming-Media Framework Runtime
License: LGPL-2.1-or-later
@ -59,7 +59,7 @@ Requires: libgstreamer-1_0-0 >= %{version}
Requires(pre): permissions
# Generic name, never used in SuSE:
Provides: gstreamer-doc = %{version}
%define libunwind_archs %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64
%define libunwind_archs %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 riscv64
%ifarch %{libunwind_archs}
BuildRequires: pkgconfig(libunwind)
%endif