summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-09-13 01:40:42 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-09-13 01:40:42 +0100
commitad14b96c79f038d5d9c038a5330714ec8528133a (patch)
tree1445c12aa83a14444daee1ded478d534798a394c
parentd95620ccd18cce5e8eb60b4169ad7e1763819cae (diff)
downloadgstreamer-plugins-bad-ad14b96c79f038d5d9c038a5330714ec8528133a.tar.gz
tests: disable yet another mxf tests until the elements are ported
-rw-r--r--tests/check/pipelines/mxf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/check/pipelines/mxf.c b/tests/check/pipelines/mxf.c
index 230eb3aec..1be63b133 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);