summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-11-06 09:16:18 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-11-06 09:16:18 +0100
commitcbba9c62af6504c09f92f186b272cfe77295392c (patch)
treef05ce255fface4cae26d7d014baa07266fb3ed4c
parent229d50d3098e498237f4f9b181382ee2d9e5cf30 (diff)
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.
-rw-r--r--ext/kate/gstkate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kate/gstkate.c b/ext/kate/gstkate.c
index 118eb7e6db..08adfea8d5 100644
--- a/ext/kate/gstkate.c
+++ b/ext/kate/gstkate.c
@@ -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