mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
gstffmpegdec: Bring the real decoders up to GST_RANK_PRIMARY.
They have proven by now that they're more reliable than the -bad real wrapper plugins.
This commit is contained in:
parent
778df9cae0
commit
ec1ff94e7b
1 changed files with 6 additions and 0 deletions
|
@ -2600,6 +2600,12 @@ gst_ffmpegdec_register (GstPlugin * plugin)
|
||||||
case CODEC_ID_MPEG4:
|
case CODEC_ID_MPEG4:
|
||||||
case CODEC_ID_MSMPEG4V3:
|
case CODEC_ID_MSMPEG4V3:
|
||||||
case CODEC_ID_H264:
|
case CODEC_ID_H264:
|
||||||
|
case CODEC_ID_RA_144:
|
||||||
|
case CODEC_ID_RA_288:
|
||||||
|
case CODEC_ID_RV10:
|
||||||
|
case CODEC_ID_RV20:
|
||||||
|
case CODEC_ID_RV30:
|
||||||
|
case CODEC_ID_RV40:
|
||||||
case CODEC_ID_COOK:
|
case CODEC_ID_COOK:
|
||||||
rank = GST_RANK_PRIMARY;
|
rank = GST_RANK_PRIMARY;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue