kate: Lower tiger's rank to NONE again

It's not well tested yet and doesn't handle segments and text/video
synchronization properly yet. Autoplugging it will cause failures.
This commit is contained in:
Sebastian Dröge 2009-11-06 09:16:18 +01:00
parent 229d50d309
commit cbba9c62af

View 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