From faf2d0469691a0f357cf6a4c048cf774ddf5b990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 19 Jul 2009 23:32:07 +0100 Subject: katedec: demote to GST_RANK_NONE for now There are still some autoplugging issues to sort out, and it needs some testing. --- ext/kate/gstkate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/kate') diff --git a/ext/kate/gstkate.c b/ext/kate/gstkate.c index 3a953353..7fecec30 100644 --- a/ext/kate/gstkate.c +++ b/ext/kate/gstkate.c @@ -83,7 +83,7 @@ plugin_init (GstPlugin * plugin) /* if we don't build tiger, we'll want to autoplug and convert to text, but if we do build tiger, we'll want to use it preferentially as it can play non text streams too */ - if (!gst_element_register (plugin, "katedec", GST_RANK_PRIMARY, + if (!gst_element_register (plugin, "katedec", GST_RANK_NONE, GST_TYPE_KATE_DEC)) return FALSE; -- cgit v1.2.1