gstffmpegdec: demote mpeg2 video decoding back to MARGINAL. Fixes #574461

This commit is contained in:
Edward Hervey 2009-05-13 19:35:32 +02:00
parent 63a4d4f332
commit 9fdc5a5d64

View file

@ -2765,12 +2765,6 @@ gst_ffmpegdec_register (GstPlugin * plugin)
case CODEC_ID_COOK:
rank = GST_RANK_PRIMARY;
break;
case CODEC_ID_MPEG2VIDEO:
/* We have a good MPEG2 decoder in -ugly but this one is a lot
* faster, especially at high resolutions. See bug #574461
*/
rank = GST_RANK_SECONDARY;
break;
case CODEC_ID_DVVIDEO:
/* we have a good dv decoder, fast on both ppc as well as x86. they say
libdv's quality is better though. leave as secondary.