WMA3 is v3, not v9

Original commit message from CVS:
WMA3 is v3, not v9
This commit is contained in:
Stéphane Loeuillet 2004-05-17 14:34:54 +00:00
parent eddb722e60
commit 7af3ffabc3
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ WMV2 WMV2 video/x-wmv, wmvversion = (int) 2
WMV3 WMV3 video/x-wmv, wmvversion = (int) 3 WMV3 WMV3 video/x-wmv, wmvversion = (int) 3
WMA1 WMA1 audio/x-wma, wmaversion = (int) 1 WMA1 WMA1 audio/x-wma, wmaversion = (int) 1
WMA2 WMA2 audio/x-wma, wmaversion = (int) 2 WMA2 WMA2 audio/x-wma, wmaversion = (int) 2
audio/x-wma, wmaversion = (int) 9 audio/x-wma, wmaversion = (int) 3
These video stream headers is very similar to that used in the AVI These video stream headers is very similar to that used in the AVI
format as are the audio stream headers. In addition the content types format as are the audio stream headers. In addition the content types

View File

@ -1521,9 +1521,9 @@ gst_asf_demux_audio_caps (guint16 codec_id,
break; break;
case GST_RIFF_WAVE_FORMAT_WMAV9: case GST_RIFF_WAVE_FORMAT_WMAV9:
caps = gst_caps_from_string ("audio/x-wma, " "wmaversion = (int) 9"); caps = gst_caps_from_string ("audio/x-wma, " "wmaversion = (int) 3");
if (codec_name) if (codec_name)
*codec_name = g_strdup ("Microsoft WMA V9"); *codec_name = g_strdup ("Microsoft WMA V3");
break; break;
default: default: