summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-03-04 20:04:25 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-03-04 20:04:25 +0100
commitec1ff94e7bdf1a9964a8d6807251caa53b37fe64 (patch)
tree7dd0cb0156495eb3530b9d64d96872fd5666f460
parent778df9cae02f3cf62c15e6a37021df601cede767 (diff)
downloadgst-libav-ec1ff94e7bdf1a9964a8d6807251caa53b37fe64.tar.gz
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.
-rw-r--r--ext/ffmpeg/gstffmpegdec.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegdec.c b/ext/ffmpeg/gstffmpegdec.c
index 8b451a4..0bd5879 100644
--- a/ext/ffmpeg/gstffmpegdec.c
+++ b/ext/ffmpeg/gstffmpegdec.c
@@ -2600,6 +2600,12 @@ gst_ffmpegdec_register (GstPlugin * plugin)
case CODEC_ID_MPEG4:
case CODEC_ID_MSMPEG4V3:
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:
rank = GST_RANK_PRIMARY;
break;