tests: playbin-complex: skip test that needs oggdemux if it's not available

https://bugzilla.gnome.org/show_bug.cgi?id=773145
This commit is contained in:
Tim-Philipp Müller 2017-09-10 16:32:31 +01:00
parent 2bf665486e
commit 925a4fe6a4

View file

@ -2759,8 +2759,11 @@ playbin_complex_suite (void)
test_raw_compressed_video_stream_demuxer_manual_sink);
tcase_add_test (tc_chain, test_raw_raw_audio_stream_adder_manual_sink);
tcase_add_test (tc_chain, test_autoplug_decoder_sink_combination);
if (gst_registry_check_feature_version (gst_registry_get (),
"oggdemux", GST_VERSION_MAJOR, GST_VERSION_MINOR, 0)) {
tcase_add_test (tc_chain, test_autoplug_decoder_sink_combination);
}
/* These tests need something like the stream-activate event
* and are racy otherwise */
#if 0