tests: disable deinterlace test for now, element still needs to be ported
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jul 2012 11:37:40 +0000 (12:37 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 4 Jul 2012 11:39:07 +0000 (12:39 +0100)
But leave it active and print a FIXME. Porting is in progress.

tests/check/elements/deinterlace.c

index ee67002..258c875 100644 (file)
@@ -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);