From ecd13ef3b53e78f4aa49cf4d31e80f754ce63e7225d2604bc5cd53e2379483e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 26 May 2023 16:10:19 +0000 Subject: [PATCH] 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 --- gst-plugins-base-1.22.2.tar.xz | 3 --- gst-plugins-base-1.22.3.tar.xz | 3 +++ gstreamer-plugins-base.changes | 17 +++++++++++++++++ gstreamer-plugins-base.spec | 2 +- reduce-required-meson.patch | 8 ++++---- 5 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 gst-plugins-base-1.22.2.tar.xz create mode 100644 gst-plugins-base-1.22.3.tar.xz diff --git a/gst-plugins-base-1.22.2.tar.xz b/gst-plugins-base-1.22.2.tar.xz deleted file mode 100644 index 1999241..0000000 --- a/gst-plugins-base-1.22.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb65120c4ee79b7a153c3c1972d5c0158c2151877cc51ec7725bba5749679d49 -size 2350476 diff --git a/gst-plugins-base-1.22.3.tar.xz b/gst-plugins-base-1.22.3.tar.xz new file mode 100644 index 0000000..d75cc69 --- /dev/null +++ b/gst-plugins-base-1.22.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c596289a0d4207380233eba8c36a932c4d1aceba19932937d9b57c24cef89f3 +size 2353512 diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 0576424..a1183d7 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 24 14:25:12 UTC 2023 - Bjørn Lie + +- 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 diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 9ca6115..04a1477 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -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 diff --git a/reduce-required-meson.patch b/reduce-required-meson.patch index f6870df..51bfcbb 100644 --- a/reduce-required-meson.patch +++ b/reduce-required-meson.patch @@ -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',