mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-15 11:55:32 +00:00
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:
parent
b1cb01eaec
commit
306e1bffad
1 changed files with 2 additions and 2 deletions
|
@ -54,12 +54,12 @@ gst_ffmpegcodec_codec_context_to_caps (AVCodecContext *context, int codec_id)
|
||||||
break;
|
break;
|
||||||
case CODEC_ID_MP2:
|
case CODEC_ID_MP2:
|
||||||
return GST_CAPS_NEW ("ffmpeg_mp2",
|
return GST_CAPS_NEW ("ffmpeg_mp2",
|
||||||
"audio/mp3",
|
"audio/x-mp3",
|
||||||
NULL);
|
NULL);
|
||||||
break;
|
break;
|
||||||
case CODEC_ID_MP3LAME:
|
case CODEC_ID_MP3LAME:
|
||||||
return GST_CAPS_NEW ("ffmpeg_mp3",
|
return GST_CAPS_NEW ("ffmpeg_mp3",
|
||||||
"audio/mp3",
|
"audio/x-mp3",
|
||||||
NULL);
|
NULL);
|
||||||
break;
|
break;
|
||||||
case CODEC_ID_VORBIS:
|
case CODEC_ID_VORBIS:
|
||||||
|
|
Loading…
Reference in a new issue