From ad14b96c79f038d5d9c038a5330714ec8528133a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 13 Sep 2012 01:40:42 +0100 Subject: [PATCH] tests: disable yet another mxf tests until the elements are ported --- tests/check/pipelines/mxf.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/check/pipelines/mxf.c b/tests/check/pipelines/mxf.c index 230eb3aecb..1be63b1333 100644 --- a/tests/check/pipelines/mxf.c +++ b/tests/check/pipelines/mxf.c @@ -269,6 +269,11 @@ mxf_suite (void) suite_add_tcase (s, tc_chain); tcase_set_timeout (tc_chain, 180); + /* FIXME: remove again once ported */ + if (!gst_registry_check_feature_version (gst_registry_get (), "mxfmux", 1, + 0, 0)) + return s; + tcase_add_test (tc_chain, test_mpeg2); tcase_add_test (tc_chain, test_raw_video_raw_audio); tcase_add_test (tc_chain, test_raw_video_stride_transform);