Accepting request 1143316 from home:alarrosa:branches:multimedia:libs

- Update to version 1.22.9:
  + audiobasesink: Don't wait on gap events
  + audioconvert: change gst_audio_convert_get_unit_size() log
    levels
  + glcolorconvert: Correct transform_caps direction
  + gloverlay: Apply updated overlay coordinates correctly
  + videorate: keep pool if max_buffers is unlimited
- Rebase reduce-required-meson.patch

OBS-URL: https://build.opensuse.org/request/show/1143316
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=214
This commit is contained in:
Antonio Larrosa 2024-02-01 12:00:14 +00:00 committed by Git OBS Bridge
parent 977ebee6ed
commit 6e845e2746
5 changed files with 20 additions and 8 deletions

View File

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

BIN
gst-plugins-base-1.22.9.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 1 10:55:30 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.22.9:
+ audiobasesink: Don't wait on gap events
+ audioconvert: change gst_audio_convert_get_unit_size() log
levels
+ glcolorconvert: Correct transform_caps direction
+ gloverlay: Apply updated overlay coordinates correctly
+ videorate: keep pool if max_buffers is unlimited
- Rebase reduce-required-meson.patch
-------------------------------------------------------------------
Thu Jan 4 07:53:18 UTC 2024 - Antonio Larrosa <alarrosa@suse.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.8
Version: 1.22.9
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.8/meson.build
Index: gst-plugins-base-1.22.9/meson.build
===================================================================
--- gst-plugins-base-1.22.8.orig/meson.build
+++ gst-plugins-base-1.22.8/meson.build
--- gst-plugins-base-1.22.9.orig/meson.build
+++ gst-plugins-base-1.22.9/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-base', 'c',
version : '1.22.8',
version : '1.22.9',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',