Accepting request 1070522 from home:iznogood:branches:multimedia:libs
New stable release OBS-URL: https://build.opensuse.org/request/show/1070522 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=192
This commit is contained in:
parent
a34b87f9e2
commit
7385a4c4b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f53672294f3985d56355c8b1df8f6b49c8c8721106563e19f53be3507ff2229d
|
||||
size 2341248
|
3
gst-plugins-base-1.22.1.tar.xz
Normal file
3
gst-plugins-base-1.22.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59bcaeacc5646b8dbdcfa4ef20ca6e818dd234910efb4cee1bbea441a3801c69
|
||||
size 2347340
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 17:12:04 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update version to 1.22.1:
|
||||
+ alsasink: Fix stall when going from PLAYING to NULL (stucked at
|
||||
PAUSED) with uac1 gadget
|
||||
+ appsrc: Don't chain up BaseSrc::negotiate()
|
||||
+ audio: channel-mix: Fix channel count limit to be able to equal
|
||||
64
|
||||
+ gl/cocoa: Return a strong ref to the parent GstGLContext
|
||||
+ gldisplay:
|
||||
- Mark gst_gl_display_create_context() other_context parameter
|
||||
as nullable
|
||||
- Remove unused code
|
||||
+ gstglwindow_x11.c: Fix colormap leak
|
||||
+ gst-play-1.0: Don't force accurate seeking
|
||||
+ rtspconnection: Annotate RTSP message and RTSP events
|
||||
parameters correctly
|
||||
+ sdp: gstmikey: gst_mikey_message_to_caps: extract ROC from
|
||||
first crypto session
|
||||
+ sdp, typefind: Fix some annotations
|
||||
+ subparse: Properly forward segment seqnum
|
||||
+ uridecodebin: Set source element to READY before querying it
|
||||
+ uritranscodebin: Fix unref of NULL
|
||||
- Rebase patches with quilt.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 27 10:10:31 UTC 2023 - Antonio Larrosa <alarrosa@suse.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.0
|
||||
Version: 1.22.1
|
||||
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.0/meson.build
|
||||
Index: gst-plugins-base-1.22.1/meson.build
|
||||
===================================================================
|
||||
--- gst-plugins-base-1.22.0.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.0/meson.build
|
||||
--- gst-plugins-base-1.22.1.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.1/meson.build
|
||||
@@ -1,6 +1,6 @@
|
||||
project('gst-plugins-base', 'c',
|
||||
version : '1.22.0',
|
||||
version : '1.22.1',
|
||||
- meson_version : '>= 0.62',
|
||||
+ meson_version : '>= 0.61',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
Loading…
Reference in New Issue
Block a user