summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-15 12:10:10 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-02-15 12:12:15 +0100
commit8e5e2dbe49c7895a072f462befa5fc4781cc1301 (patch)
treef3838b30a1a1dab67da24aae01801e2c469db182
parent32dff24552b09ed9e14303c071cc0546d154dd69 (diff)
ivorbisdec: set rank to SECONDARY
-rw-r--r--ext/vorbis/gstivorbisdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vorbis/gstivorbisdec.c b/ext/vorbis/gstivorbisdec.c
index 5bf9a01f1..d938238d7 100644
--- a/ext/vorbis/gstivorbisdec.c
+++ b/ext/vorbis/gstivorbisdec.c
@@ -30,7 +30,7 @@ plugin_init (GstPlugin * plugin)
{
/* if tremor is around, there is probably good reason for it, so preferred */
- if (!gst_element_register (plugin, "ivorbisdec", GST_RANK_PRIMARY + 1,
+ if (!gst_element_register (plugin, "ivorbisdec", GST_RANK_SECONDARY,
gst_vorbis_dec_get_type ()))
return FALSE;