forked from pool/gstreamer-plugins-base
- Update to version 1.22.2: + alsasink: Fix for being stuck in stop_streaming_threads state + decodebin3: fix hang when removing a failing stream + gl: wayland: cleanup on close + parsebin: Improve elementary stream handling + playbin: fix deadlock when stopping stream with subtitles visible even more + sdp: Skip source-specific caps fields when creating an SDP media from caps + urisourcebin: - Propagate sticky events from parsebin - Activate pad before transferring sticky events + typefinding: fix failure to recognize application/dash+xml in some cases - Rebase patches with quilt. OBS-URL: https://build.opensuse.org/request/show/1078783 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=194
13 lines
426 B
Diff
13 lines
426 B
Diff
Index: gst-plugins-base-1.22.2/meson.build
|
|
===================================================================
|
|
--- gst-plugins-base-1.22.2.orig/meson.build
|
|
+++ gst-plugins-base-1.22.2/meson.build
|
|
@@ -1,6 +1,6 @@
|
|
project('gst-plugins-base', 'c',
|
|
version : '1.22.2',
|
|
- meson_version : '>= 0.62',
|
|
+ meson_version : '>= 0.61',
|
|
default_options : [ 'warning_level=1',
|
|
'buildtype=debugoptimized' ])
|
|
|