dcaparse: Bump rank to primary+1

Seems to work fine with a reasonably wide range of media, so bumping
rank.
This commit is contained in:
Arun Raghavan 2011-03-09 23:06:14 +05:30
parent e6a4b71b90
commit 4dda05ad66

View file

@ -40,7 +40,7 @@ plugin_init (GstPlugin * plugin)
ret &= gst_element_register (plugin, "ac3parse",
GST_RANK_PRIMARY + 1, GST_TYPE_AC3_PARSE);
ret &= gst_element_register (plugin, "dcaparse",
GST_RANK_NONE, GST_TYPE_DCA_PARSE);
GST_RANK_PRIMARY + 1, GST_TYPE_DCA_PARSE);
ret &= gst_element_register (plugin, "flacparse",
GST_RANK_PRIMARY + 1, GST_TYPE_FLAC_PARSE);
ret &= gst_element_register (plugin, "mpegaudioparse",