mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
ext/ffmpeg/gstffmpegdec.c: wc1/wmv3 ffmpeg decoder now works. Bumping rank to GST_RANK_MARGINAL.
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register): wc1/wmv3 ffmpeg decoder now works. Bumping rank to GST_RANK_MARGINAL.
This commit is contained in:
parent
cc1482ca41
commit
c11827c172
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-21 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
|
||||
wc1/wmv3 ffmpeg decoder now works. Bumping rank to GST_RANK_MARGINAL.
|
||||
|
||||
2006-09-20 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
|
||||
|
|
|
@ -2134,8 +2134,6 @@ gst_ffmpegdec_register (GstPlugin * plugin)
|
|||
default:
|
||||
rank = GST_RANK_MARGINAL;
|
||||
break;
|
||||
case CODEC_ID_WMV3:
|
||||
case CODEC_ID_VC1:
|
||||
/* what's that? */
|
||||
case CODEC_ID_SP5X:
|
||||
/* MP3 and MPEG2 have better alternatives and
|
||||
|
|
Loading…
Reference in a new issue