ext/ffmpeg/gstffmpegcodecmap.c: Fix typo.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c:
(gst_ffmpeg_get_codecid_longname):
Fix typo.
This commit is contained in:
Ronald S. Bultje 2004-12-17 16:39:22 +00:00
parent 7d7f3618a4
commit 47a2fa23a1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegcodecmap.c:
(gst_ffmpeg_get_codecid_longname):
Fix typo.
2004-12-17 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):

View file

@ -1813,7 +1813,7 @@ gst_ffmpeg_get_codecid_longname (enum CodecID codec_id)
name = "Windows Media Audio v7";
break;
case CODEC_ID_WMAV2:
name = "Windows Media Audion v8/9";
name = "Windows Media Audio v8/9";
break;
case CODEC_ID_MACE3:
name = "MACE-3 audio";