Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac BRANCH-RELEASE-0_5_0-ROOT RELEASE-0_5_0-PRIVATEDANCER
authorIain Holmes <iain@prettypeople.org>
Sun, 8 Dec 2002 17:20:31 +0000 (17:20 +0000)
committerIain Holmes <iain@prettypeople.org>
Sun, 8 Dec 2002 17:20:31 +0000 (17:20 +0000)
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac

ext/ffmpeg/gstffmpegcodecmap.c

index 1654379..2af4114 100644 (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: