summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5bf9a01f..d938238d 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;