From b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 8 Dec 2002 17:20:44 +0000 Subject: 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 --- gst/mpegaudioparse/gstmp3types.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/mpegaudioparse/gstmp3types.c') diff --git a/gst/mpegaudioparse/gstmp3types.c b/gst/mpegaudioparse/gstmp3types.c index d0ee00c9..43c82b69 100644 --- a/gst/mpegaudioparse/gstmp3types.c +++ b/gst/mpegaudioparse/gstmp3types.c @@ -24,7 +24,7 @@ static GstCaps* mp3_type_find(GstBuffer *buf, gpointer private); static GstTypeDefinition mp3type_definitions[] = { - { "mp3types_audio/mp3", "audio/mp3", ".mp3 .mp2 .mp1 .mpga", mp3_type_find }, + { "mp3types_audio/x-mp3", "audio/x-mp3", ".mp3 .mp2 .mp1 .mpga", mp3_type_find }, { NULL, NULL, NULL, NULL }, }; @@ -92,7 +92,7 @@ mp3_type_find(GstBuffer *buf, gpointer private) return NULL; done: - caps = gst_caps_new ("mp3_type_find", "audio/mp3", NULL); + caps = gst_caps_new ("mp3_type_find", "audio/x-mp3", NULL); return caps; } -- cgit v1.2.1