Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac

Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
This commit is contained in:
Iain Holmes 2002-12-08 17:20:31 +00:00
parent b1cb01eaec
commit 306e1bffad

View file

@ -54,12 +54,12 @@ gst_ffmpegcodec_codec_context_to_caps (AVCodecContext *context, int codec_id)
break;
case CODEC_ID_MP2:
return GST_CAPS_NEW ("ffmpeg_mp2",
"audio/mp3",
"audio/x-mp3",
NULL);
break;
case CODEC_ID_MP3LAME:
return GST_CAPS_NEW ("ffmpeg_mp3",
"audio/mp3",
"audio/x-mp3",
NULL);
break;
case CODEC_ID_VORBIS: