summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2002-12-08 17:20:31 +0000
committerIain Holmes <iain@prettypeople.org>2002-12-08 17:20:31 +0000
commit306e1bffad1155409cb5cdb95cd8e4c00e065758 (patch)
tree9736fb40c87b938acabc703d1b35a22c115ba0fd
parentb1cb01eaecafe83a72acfbe4c301eafa8566c919 (diff)
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacgst-libav-0.5.0
Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
-rw-r--r--ext/ffmpeg/gstffmpegcodecmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ffmpeg/gstffmpegcodecmap.c b/ext/ffmpeg/gstffmpegcodecmap.c
index 1654379f21..2af4114626 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: