From cbba9c62af6504c09f92f186b272cfe77295392c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 6 Nov 2009 09:16:18 +0100 Subject: [PATCH] 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. --- ext/kate/gstkate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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