kate: Lower tiger's rank to NONE again
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 6 Nov 2009 08:16:18 +0000 (09:16 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 6 Nov 2009 08:16:18 +0000 (09:16 +0100)
It's not well tested yet and doesn't handle segments and text/video
synchronization properly yet. Autoplugging it will cause failures.

ext/kate/gstkate.c

index 118eb7e..08adfea 100644 (file)
@@ -97,7 +97,7 @@ plugin_init (GstPlugin * plugin)
     return FALSE;
 
 #ifdef HAVE_TIGER
-  if (!gst_element_register (plugin, "tiger", GST_RANK_PRIMARY,
+  if (!gst_element_register (plugin, "tiger", GST_RANK_NONE,
           GST_TYPE_KATE_TIGER))
     return FALSE;
 #endif