summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-19 23:32:07 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-19 23:32:07 +0100
commitfaf2d0469691a0f357cf6a4c048cf774ddf5b990 (patch)
treea01da2c0e65eeb775bc78a69ba29b850f594d7e8
parent0d16612717860fff76a9c1889d47f7f5fe0fbf7c (diff)
katedec: demote to GST_RANK_NONE for now
There are still some autoplugging issues to sort out, and it needs some testing.
-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 3a9533532..7fecec302 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;