avauddec: Give MP3 decoder a MARGINAL rank too

There's no reason why this decoder should not be autoplugged
This commit is contained in:
Sebastian Dröge 2014-01-10 13:16:20 +01:00
parent 9887521a32
commit 1e65aac1a4

View file

@ -910,9 +910,6 @@ gst_ffmpegauddec_register (GstPlugin * plugin)
case AV_CODEC_ID_SIPR:
rank = GST_RANK_SECONDARY;
break;
case AV_CODEC_ID_MP3:
rank = GST_RANK_NONE;
break;
default:
rank = GST_RANK_MARGINAL;
break;