Accepting request 1113994 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1113994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gstreamer-plugins-base?expand=0&rev=97
This commit is contained in:
commit
9b13465b34
BIN
gst-plugins-base-1.22.5.tar.xz
(Stored with Git LFS)
BIN
gst-plugins-base-1.22.5.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
gst-plugins-base-1.22.6.tar.xz
Normal file
3
gst-plugins-base-1.22.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50f2b4d17c02eefe430bbefa8c5cd134b1be78a53c0f60e951136d96cf49fd4b
|
||||
size 2363564
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 11:36:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.22.6:
|
||||
+ audio: Make sure to stop ringbuffer on error
|
||||
+ decodebin3:
|
||||
- Avoid identity, sinkpad, parsebin leakage when reset input
|
||||
- Ensure the slot is unlinked before linking to decoder
|
||||
+ sdp:
|
||||
- Fix wrong debug log error message for missing clock-rate in
|
||||
caps
|
||||
- Parse zero clock-rate as default
|
||||
- Rebase reduce-required-meson.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 11:05:58 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.5
|
||||
Version: 1.22.6
|
||||
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.5/meson.build
|
||||
Index: gst-plugins-base-1.22.6/meson.build
|
||||
===================================================================
|
||||
--- gst-plugins-base-1.22.5.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.5/meson.build
|
||||
--- gst-plugins-base-1.22.6.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.6/meson.build
|
||||
@@ -1,6 +1,6 @@
|
||||
project('gst-plugins-base', 'c',
|
||||
version : '1.22.5',
|
||||
version : '1.22.6',
|
||||
- meson_version : '>= 0.62',
|
||||
+ meson_version : '>= 0.61',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
Loading…
Reference in New Issue
Block a user