From efa337df0a1abf0039e9a7591ad8fcf3f34fc464 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 8 Dec 2002 17:20:41 +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/avi/gstavimux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/avi/gstavimux.c') diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index 695cda54..880e8a86 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -155,7 +155,7 @@ GST_PAD_TEMPLATE_FACTORY (audio_sink_factory, ), GST_CAPS_NEW ( "avimux_sink_audio", - "audio/mp3", + "audio/x-mp3", NULL ), GST_CAPS_NEW ( @@ -417,7 +417,7 @@ gst_avimux_sinkconnect (GstPad *pad, GstCaps *vscaps) avimux->auds_hdr.samplesize = avimux->auds_hdr.scale = avimux->auds.blockalign = width * avimux->auds.channels/8; goto done; } - else if (!strcmp (mimetype, "audio/mp3")) + else if (!strcmp (mimetype, "audio/x-mp3")) { gint layer; -- cgit