diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-09-13 01:40:42 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-13 01:40:42 +0100 |
commit | ad14b96c79f038d5d9c038a5330714ec8528133a (patch) | |
tree | 1445c12aa83a14444daee1ded478d534798a394c /tests | |
parent | d95620ccd18cce5e8eb60b4169ad7e1763819cae (diff) | |
download | gstreamer-plugins-bad-ad14b96c79f038d5d9c038a5330714ec8528133a.tar.gz |
tests: disable yet another mxf tests until the elements are ported
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/pipelines/mxf.c | 5 |
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); |