forked from pool/gstreamer-plugins-base
- Update to version 1.22.3: + allocators: Fix fdmem unit test with recent GLib versions. + audiotestsrc: Initialize all samples in wave=ticks mode. + decodebin3: - Handle input streams without CAPS or TIME segment such as e.g. udpsrc or pushfilesrc. - Fix regression handling streams without caps. - Fix random hang when remove failing stream. + uridecodebin3: Ensure atomic urisourcebin state change. + glvideoflip: fix leaked caps. + glcontext_wgl: fix missing unref. + playsink: Fix volume leak. - Rebase reduce-required-meson.patch. OBS-URL: https://build.opensuse.org/request/show/1088868 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=196
13 lines
426 B
Diff
13 lines
426 B
Diff
Index: gst-plugins-base-1.22.3/meson.build
|
|
===================================================================
|
|
--- gst-plugins-base-1.22.3.orig/meson.build
|
|
+++ gst-plugins-base-1.22.3/meson.build
|
|
@@ -1,6 +1,6 @@
|
|
project('gst-plugins-base', 'c',
|
|
version : '1.22.3',
|
|
- meson_version : '>= 0.62',
|
|
+ meson_version : '>= 0.61',
|
|
default_options : [ 'warning_level=1',
|
|
'buildtype=debugoptimized' ])
|
|
|