From 306e1bffad1155409cb5cdb95cd8e4c00e065758 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 8 Dec 2002 17:20:31 +0000 Subject: [PATCH] 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 --- ext/ffmpeg/gstffmpegcodecmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/ffmpeg/gstffmpegcodecmap.c b/ext/ffmpeg/gstffmpegcodecmap.c index 1654379..2af4114 100644 --- a/ext/ffmpeg/gstffmpegcodecmap.c +++ b/ext/ffmpeg/gstffmpegcodecmap.c @@ -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: -- 2.7.4