1
0
gstreamer-plugins-base/reduce-required-meson.patch
Antonio Larrosa f8c3966324 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
2023-07-26 10:46:00 +00:00

13 lines
426 B
Diff

Index: gst-plugins-base-1.22.5/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.5',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])