ext/ffmpeg/: Seems like the ffmpeg folks finally understood that VC9 does not exist, and that it's in fact VC1 (aka W...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_get_codecid_longname):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
Seems like the ffmpeg folks finally understood that VC9 does not
exist, and that it's in fact VC1 (aka WMV9 or WMV3, but that's yet
another debate).
This commit is contained in:
Edward Hervey 2006-09-20 19:24:59 +00:00
parent 11aa9388e7
commit 1ead2073aa
3 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
2006-09-20 Edward Hervey <edward@fluendo.com>
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_get_codecid_longname):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
Seems like the ffmpeg folks finally understood that VC9 does not
exist, and that it's in fact VC1 (aka WMV9 or WMV3, but that's yet
another debate).
2006-09-17 Stefan Kost <ensonic@users.sf.net>
* ext/ffmpeg/gstffmpegdec.c:

View file

@ -550,7 +550,7 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
break;
case CODEC_ID_WMV3:
case CODEC_ID_VC9:
case CODEC_ID_VC1:
caps = gst_ff_vid_caps_new (context, "video/x-wmv",
"wmvversion", G_TYPE_INT, 3, NULL);
break;
@ -2253,7 +2253,7 @@ gst_ffmpeg_get_codecid_longname (enum CodecID codec_id)
case CODEC_ID_WMV3:
name = "Windows Media Video v9";
break;
case CODEC_ID_VC9:
case CODEC_ID_VC1:
name = "Microsoft Video Codec v1";
break;
case CODEC_ID_H263P:

View file

@ -2135,7 +2135,7 @@ gst_ffmpegdec_register (GstPlugin * plugin)
rank = GST_RANK_MARGINAL;
break;
case CODEC_ID_WMV3:
case CODEC_ID_VC9:
case CODEC_ID_VC1:
/* what's that? */
case CODEC_ID_SP5X:
/* MP3 and MPEG2 have better alternatives and