forked from pool/gstreamer-plugins-base
Accepting request 1088868 from GNOME:Next
- Update to version 1.22.3: + allocators: Fix fdmem unit test with recent GLib versions. + audiotestsrc: Initialize all samples in wave=ticks mode. + decodebin3: - Handle input streams without CAPS or TIME segment such as e.g. udpsrc or pushfilesrc. - Fix regression handling streams without caps. - Fix random hang when remove failing stream. + uridecodebin3: Ensure atomic urisourcebin state change. + glvideoflip: fix leaked caps. + glcontext_wgl: fix missing unref. + playsink: Fix volume leak. - Rebase reduce-required-meson.patch. OBS-URL: https://build.opensuse.org/request/show/1088868 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=196
This commit is contained in:
parent
9b54f18352
commit
ecd13ef3b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb65120c4ee79b7a153c3c1972d5c0158c2151877cc51ec7725bba5749679d49
|
||||
size 2350476
|
3
gst-plugins-base-1.22.3.tar.xz
Normal file
3
gst-plugins-base-1.22.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c596289a0d4207380233eba8c36a932c4d1aceba19932937d9b57c24cef89f3
|
||||
size 2353512
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 14:25:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.22.3:
|
||||
+ allocators: Fix fdmem unit test with recent GLib versions.
|
||||
+ audiotestsrc: Initialize all samples in wave=ticks mode.
|
||||
+ decodebin3:
|
||||
- Handle input streams without CAPS or TIME segment such as
|
||||
e.g. udpsrc or pushfilesrc.
|
||||
- Fix regression handling streams without caps.
|
||||
- Fix random hang when remove failing stream.
|
||||
+ uridecodebin3: Ensure atomic urisourcebin state change.
|
||||
+ glvideoflip: fix leaked caps.
|
||||
+ glcontext_wgl: fix missing unref.
|
||||
+ playsink: Fix volume leak.
|
||||
- Rebase reduce-required-meson.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 12:07:51 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.2
|
||||
Version: 1.22.3
|
||||
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.2/meson.build
|
||||
Index: gst-plugins-base-1.22.3/meson.build
|
||||
===================================================================
|
||||
--- gst-plugins-base-1.22.2.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.2/meson.build
|
||||
--- gst-plugins-base-1.22.3.orig/meson.build
|
||||
+++ gst-plugins-base-1.22.3/meson.build
|
||||
@@ -1,6 +1,6 @@
|
||||
project('gst-plugins-base', 'c',
|
||||
version : '1.22.2',
|
||||
version : '1.22.3',
|
||||
- meson_version : '>= 0.62',
|
||||
+ meson_version : '>= 0.61',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user