summaryrefslogtreecommitdiff
path: root/gst/aiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-18 17:58:39 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-18 17:58:39 +0100
commit32126979cf6753b0a447f949085ece97c3c26c3d (patch)
tree2ceea1210004ba44251031b31b6ce2f83b69e3fe /gst/aiff
parent3e8fa627656b9b4e9b44f5e50ecb16796eabf5ea (diff)
downloadgstreamer-plugins-bad-32126979cf6753b0a447f949085ece97c3c26c3d.tar.gz
aiff: Raise rank of muxer to PRIMARY
Diffstat (limited to 'gst/aiff')
-rw-r--r--gst/aiff/aiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/aiff/aiff.c b/gst/aiff/aiff.c
index 5dcb915cc..1e9dfe28e 100644
--- a/gst/aiff/aiff.c
+++ b/gst/aiff/aiff.c
@@ -51,7 +51,7 @@ plugin_init (GstPlugin * plugin)
ret = gst_element_register (plugin, "aiffparse", GST_RANK_PRIMARY,
GST_TYPE_AIFF_PARSE);
- ret &= gst_element_register (plugin, "aiffmux", GST_RANK_NONE,
+ ret &= gst_element_register (plugin, "aiffmux", GST_RANK_PRIMARY,
GST_TYPE_AIFF_MUX);
return ret;