Accepting request 1100600 from GNOME:Next

- Update to version 1.22.5:
  + appsink: add missing make_writable call
  + audioaggregator: Do not post message before being constructed
  + decodebin3:
    - Prevent a critical warning when reassigning output slots
    - Fix slot input linking when the associated stream has changed
    - Remove spurious input locking during parsebin reconfiguration
  + urisourcebin: Set source element to READY before querying it
  + gl/viv-fb: meson build updates
  + plugins: fix compiler warnings with GLib >= 2.76
  + subtitleoverlay: fix mutex error if sink caps is not video
  + video:
    - timecode: Add support for framerates lower than 1fps
    - accept timecode of 119.88 (120/1.001) FPS
    - cannot attach time code meta when frame rate is 119.88
      (120000/1001)
  + videodecoder: fix copying buffer metas
- Rebase reduce-required-meson.patch.

OBS-URL: https://build.opensuse.org/request/show/1100600
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=200
This commit is contained in:
Antonio Larrosa 2023-07-26 10:46:00 +00:00 committed by Git OBS Bridge
parent d900612687
commit f8c3966324
5 changed files with 30 additions and 8 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jul 25 11:05:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.5:
+ appsink: add missing make_writable call
+ audioaggregator: Do not post message before being constructed
+ decodebin3:
- Prevent a critical warning when reassigning output slots
- Fix slot input linking when the associated stream has changed
- Remove spurious input locking during parsebin reconfiguration
+ urisourcebin: Set source element to READY before querying it
+ gl/viv-fb: meson build updates
+ plugins: fix compiler warnings with GLib >= 2.76
+ subtitleoverlay: fix mutex error if sink caps is not video
+ video:
- timecode: Add support for framerates lower than 1fps
- accept timecode of 119.88 (120/1.001) FPS
- cannot attach time code meta when frame rate is 119.88
(120000/1001)
+ videodecoder: fix copying buffer metas
- Rebase reduce-required-meson.patch.
-------------------------------------------------------------------
Mon Jun 26 14:18:54 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.4
Version: 1.22.5
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.4/meson.build
Index: gst-plugins-base-1.22.5/meson.build
===================================================================
--- gst-plugins-base-1.22.4.orig/meson.build
+++ gst-plugins-base-1.22.4/meson.build
--- gst-plugins-base-1.22.5.orig/meson.build
+++ gst-plugins-base-1.22.5/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-base', 'c',
version : '1.22.4',
version : '1.22.5',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',