mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
tests: disable deinterlace test for now, element still needs to be ported
But leave it active and print a FIXME. Porting is in progress.
This commit is contained in:
parent
42cc0d1e48
commit
94e54887fb
1 changed files with 7 additions and 0 deletions
|
@ -431,6 +431,13 @@ deinterlace_suite (void)
|
|||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
tcase_set_timeout (tc_chain, 180);
|
||||
|
||||
if (!gst_registry_check_feature_version (gst_registry_get (), "deinterlace",
|
||||
GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO)) {
|
||||
GST_ERROR ("FIXME: port deinterlace element");
|
||||
return s;
|
||||
}
|
||||
|
||||
tcase_add_test (tc_chain, test_create_and_unref);
|
||||
tcase_add_test (tc_chain, test_mode_auto_accept_caps);
|
||||
tcase_add_test (tc_chain, test_mode_forced_accept_caps);
|
||||
|
|
Loading…
Reference in a new issue