tests: disable yet another mxf tests until the elements are ported
authorTim-Philipp Müller <tim@centricular.net>
Thu, 13 Sep 2012 00:40:42 +0000 (01:40 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 13 Sep 2012 00:40:42 +0000 (01:40 +0100)
tests/check/pipelines/mxf.c

index 230eb3a..1be63b1 100644 (file)
@@ -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);