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 --- ext/shout2/gstshout2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/shout2') diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index 1a687e33..65b6e90f 100644 --- a/ext/shout2/gstshout2.c +++ b/ext/shout2/gstshout2.c @@ -69,7 +69,7 @@ sink_template_factory (void) NULL), gst_caps_new ( "shout2send_sink", - "audio/mp3", + "audio/x-mp3", NULL), NULL); } @@ -324,7 +324,7 @@ gst_shout2send_connect (GstPad *pad, GstCaps *caps) { - if (!strcmp(gst_caps_get_mime (caps), "audio/mp3")) + if (!strcmp(gst_caps_get_mime (caps), "audio/x-mp3")) { audio_format = SHOUT_FORMAT_MP3; return GST_PAD_CONNECT_OK; -- cgit