Accepting request 1095467 from GNOME:Next

- Update to version 1.22.4:
  + alsasink: Fix stall for transition from PAUSED to READY with
    USB speakerphone.
  + appsink: unref buffer in prev sample early so buffers from v4l2
    can be released properly.
  + basetextoverlay: Fix typo in "text-y" property description.
  + gldownload: handle passthrough without a critical.
  + glfilter: add parent meta to output buffer for input buffer.
  + oggdemux: vp8: Push headers downstream and detect keyframe
    packets.
  + opus: Fix potential crash when getting unexpected channel
    position.
  + streamsynchronizer: reset eos on STREAM_START.
  + subparse: Look for the closing > of a tag after the opening <.
  + video: convertframe: Add D3D11 specific conversion path.
  + videometa: Only validate the alignment only when it contains
    some info.
  + video-blend: Fix linking error with C++.
- Rebase reduce-required-meson.patch.

OBS-URL: https://build.opensuse.org/request/show/1095467
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=198
This commit is contained in:
Takashi Iwai 2023-06-30 13:46:41 +00:00 committed by Git OBS Bridge
parent ecd13ef3b5
commit d900612687
5 changed files with 31 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c596289a0d4207380233eba8c36a932c4d1aceba19932937d9b57c24cef89f3
size 2353512

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:292424e82dea170528c42b456f62a89532bcabc0508f192e34672fb86f68e5b8
size 2357088

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 26 14:18:54 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.4:
+ alsasink: Fix stall for transition from PAUSED to READY with
USB speakerphone.
+ appsink: unref buffer in prev sample early so buffers from v4l2
can be released properly.
+ basetextoverlay: Fix typo in "text-y" property description.
+ gldownload: handle passthrough without a critical.
+ glfilter: add parent meta to output buffer for input buffer.
+ oggdemux: vp8: Push headers downstream and detect keyframe
packets.
+ opus: Fix potential crash when getting unexpected channel
position.
+ streamsynchronizer: reset eos on STREAM_START.
+ subparse: Look for the closing > of a tag after the opening <.
+ video: convertframe: Add D3D11 specific conversion path.
+ videometa: Only validate the alignment only when it contains
some info.
+ video-blend: Fix linking error with C++.
- Rebase reduce-required-meson.patch.
-------------------------------------------------------------------
Wed May 24 14:25:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -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.3
Version: 1.22.4
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: GPL-2.0-or-later AND LGPL-2.1-or-later

View File

@ -1,10 +1,10 @@
Index: gst-plugins-base-1.22.3/meson.build
Index: gst-plugins-base-1.22.4/meson.build
===================================================================
--- gst-plugins-base-1.22.3.orig/meson.build
+++ gst-plugins-base-1.22.3/meson.build
--- gst-plugins-base-1.22.4.orig/meson.build
+++ gst-plugins-base-1.22.4/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-base', 'c',
version : '1.22.3',
version : '1.22.4',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',