aports/main/gst-plugins-base/test-disable.patch
Sertonix 2330e25669 main/gst-plugins-base: run most tests
The comment about test failures was added 7 years ago, everything
could have changed by now.
2026-03-08 23:09:20 +01:00

36 lines
1.5 KiB
Diff

FIXME tests fails
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -75,7 +75,7 @@
# FIXME: multisocketsink test on windows/msvc
[ 'elements/multisocketsink.c', not core_conf.has('HAVE_SYS_SOCKET_H') or not core_conf.has('HAVE_UNISTD_H') ],
[ 'elements/playbin-complex.c', not ogg_dep.found() ],
- [ 'elements/textoverlay.c', not pango_dep.found() ],
+ [ 'elements/textoverlay.c', true ],
[ 'elements/theoradec.c', not ogg_dep.found() or not theoradec_dep.found() ],
[ 'elements/vorbisdec.c', not vorbis_dep.found(), [ vorbis_dep, vorbisenc_dep ] ],
[ 'elements/vorbistag.c', not vorbisenc_dep.found(), [ vorbis_dep, vorbisenc_dep ] ],
@@ -130,10 +130,6 @@
'-DGST_USE_UNSTABLE_API',
]
-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,
video_dep, pbutils_dep, rtp_dep, rtsp_dep, tag_dep, allocators_dep, app_dep,
fft_dep, riff_dep, sdp_dep, gio_dep, valgrind_dep]
--- a/tests/check/pipelines/gl-launch-lines.c
+++ b/tests/check/pipelines/gl-launch-lines.c
@@ -59,7 +59,7 @@
fail_if (gst_element_set_state (pipe, target_state) ==
GST_STATE_CHANGE_FAILURE, "Could not set pipeline %s to playing", descr);
- ret = gst_element_get_state (pipe, NULL, NULL, 10 * GST_SECOND);
+ ret = gst_element_get_state (pipe, NULL, NULL, 60 * GST_SECOND);
if (ret == GST_STATE_CHANGE_ASYNC) {
g_critical ("Pipeline '%s' failed to go to PAUSED fast enough", descr);
goto done;