Accepting request 1079379 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1079379 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=91
This commit is contained in:
commit
3d2e7bf0e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59bcaeacc5646b8dbdcfa4ef20ca6e818dd234910efb4cee1bbea441a3801c69
|
||||
size 2347340
|
3
gst-plugins-base-1.22.2.tar.xz
Normal file
3
gst-plugins-base-1.22.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb65120c4ee79b7a153c3c1972d5c0158c2151877cc51ec7725bba5749679d49
|
||||
size 2350476
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 12:07:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.22.2:
|
||||
+ alsasink: Fix for being stuck in stop_streaming_threads state
|
||||
+ decodebin3: fix hang when removing a failing stream
|
||||
+ gl: wayland: cleanup on close
|
||||
+ parsebin: Improve elementary stream handling
|
||||
+ playbin: fix deadlock when stopping stream with subtitles
|
||||
visible even more
|
||||
+ sdp: Skip source-specific caps fields when creating an SDP
|
||||
media from caps
|
||||
+ urisourcebin:
|
||||
- Propagate sticky events from parsebin
|
||||
- Activate pad before transferring sticky events
|
||||
+ typefinding: fix failure to recognize application/dash+xml in
|
||||
some cases
|
||||
- Rebase patches with quilt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 17:12:04 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define gst_branch 1.0
|
||||
%define gstreamer_req_version %(echo %{version} | sed -e "s/+.*//")
|
||||
Name: gstreamer-plugins-base
|
||||
Version: 1.22.1
|
||||
Version: 1.22.2
|
||||
Release: 0
|
||||
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
@ -1,10 +1,10 @@
|
||||
Index: gst-plugins-base-1.22.1/meson.build
|
||||
Index: gst-plugins-base-1.22.2/meson.build
|
||||
===================================================================
|
||||
--- gst-plugins-base-1.22.1.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.1/meson.build
|
||||
--- gst-plugins-base-1.22.2.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.2/meson.build
|
||||
@@ -1,6 +1,6 @@
|
||||
project('gst-plugins-base', 'c',
|
||||
version : '1.22.1',
|
||||
version : '1.22.2',
|
||||
- meson_version : '>= 0.62',
|
||||
+ meson_version : '>= 0.61',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user