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

- Update to version 1.22.7:
  + audioaggregator, audiomixer: Make access to the pad list
    thread-safe while mixing
  + basetextoverlay: Fix overlay never rendering again if width
    reaches 1px
  + glfiter: Protect GstGLContext access
  + glfilter: Only add parent meta if inbuf != outbuf
  + macOS: fix huge memory leak with glfilter-based elements
  + rtspconnection: Ignore trailing whitespace in rtsp headers
  + video-scaler, audio-resampler: downgrade 'can't find exact
    taps' to debug
- Rebase reduce-required-meson.patch

OBS-URL: https://build.opensuse.org/request/show/1126698
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=208
This commit is contained in:
Bjørn Lie 2023-11-16 10:00:06 +00:00 committed by Git OBS Bridge
parent 9751b22f2d
commit a5ddbcee28
5 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Nov 15 09:32:47 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 1.22.7:
+ audioaggregator, audiomixer: Make access to the pad list
thread-safe while mixing
+ basetextoverlay: Fix overlay never rendering again if width
reaches 1px
+ glfiter: Protect GstGLContext access
+ glfilter: Only add parent meta if inbuf != outbuf
+ macOS: fix huge memory leak with glfilter-based elements
+ rtspconnection: Ignore trailing whitespace in rtsp headers
+ video-scaler, audio-resampler: downgrade 'can't find exact
taps' to debug
- Rebase reduce-required-meson.patch
-------------------------------------------------------------------
Fri Sep 22 11:36:10 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.6
Version: 1.22.7
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.6/meson.build
Index: gst-plugins-base-1.22.7/meson.build
===================================================================
--- gst-plugins-base-1.22.6.orig/meson.build
+++ gst-plugins-base-1.22.6/meson.build
--- gst-plugins-base-1.22.7.orig/meson.build
+++ gst-plugins-base-1.22.7/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-base', 'c',
version : '1.22.6',
version : '1.22.7',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',