mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
mxf: Properly enable unit tests again
This commit is contained in:
parent
9af6a1a617
commit
4624cae7c8
2 changed files with 0 additions and 10 deletions
|
@ -248,11 +248,6 @@ mxfmux_suite (void)
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
tcase_set_timeout (tc_chain, 180);
|
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_mpeg2);
|
||||||
tcase_add_test (tc_chain, test_raw_video_raw_audio);
|
tcase_add_test (tc_chain, test_raw_video_raw_audio);
|
||||||
tcase_add_test (tc_chain, test_raw_video_stride_transform);
|
tcase_add_test (tc_chain, test_raw_video_stride_transform);
|
||||||
|
|
|
@ -269,11 +269,6 @@ mxf_suite (void)
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
tcase_set_timeout (tc_chain, 180);
|
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_mpeg2);
|
||||||
tcase_add_test (tc_chain, test_raw_video_raw_audio);
|
tcase_add_test (tc_chain, test_raw_video_raw_audio);
|
||||||
tcase_add_test (tc_chain, test_raw_video_stride_transform);
|
tcase_add_test (tc_chain, test_raw_video_stride_transform);
|
||||||
|
|
Loading…
Reference in a new issue