ffdec: Revert accidentially committed rank change of the (E)AC3/DTS decoders

This commit is contained in:
Sebastian Dröge 2012-01-10 10:59:57 +01:00
parent 6931afe0ba
commit ad53e32665

View file

@ -3179,7 +3179,7 @@ gst_ffmpegdec_register (GstPlugin * plugin)
case CODEC_ID_EAC3:
case CODEC_ID_AC3:
case CODEC_ID_DTS:
rank = GST_RANK_PRIMARY;
rank = GST_RANK_NONE;
break;
default:
rank = GST_RANK_MARGINAL;