Dominique Leuenberger
0be40a909e
+ decodebin3: Fix collection identity check + encodebin: Fix pad removal + glimagesink: Fix cannot resize viewport when video size changed in caps + video: Don't overshoot QoS earliest time by a factor of 2 + meson: gst-play: link to libm - Drop gst-plugins-base-decodebin3-collection-identity-check.patch: Fixed upstream. - Rebase add_wayland_dep_to_tests.patch with quilt. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=230
14 lines
631 B
Diff
14 lines
631 B
Diff
Index: gst-plugins-base-1.24.8/tests/check/meson.build
|
|
===================================================================
|
|
--- gst-plugins-base-1.24.8.orig/tests/check/meson.build
|
|
+++ gst-plugins-base-1.24.8/tests/check/meson.build
|
|
@@ -133,7 +133,7 @@ if build_gstgl
|
|
test_defines += ['-DTEST_GST_GL_ABI_CHECK']
|
|
endif
|
|
|
|
-test_deps = [gst_dep, gst_base_dep, gst_net_dep, gst_check_dep, audio_dep,
|
|
+test_deps = [gst_dep, gst_base_dep, gst_net_dep, gst_check_dep, wayland_client_dep, audio_dep,
|
|
video_dep, pbutils_dep, rtp_dep, rtsp_dep, tag_dep, allocators_dep, app_dep,
|
|
fft_dep, riff_dep, sdp_dep, gio_dep, valgrind_dep]
|
|
|