forked from pool/gstreamer-plugins-base
- 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
13 lines
426 B
Diff
13 lines
426 B
Diff
Index: gst-plugins-base-1.22.4/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.4',
|
|
- meson_version : '>= 0.62',
|
|
+ meson_version : '>= 0.61',
|
|
default_options : [ 'warning_level=1',
|
|
'buildtype=debugoptimized' ])
|
|
|