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 --- ext/shout/gstshout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/shout') diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 533d2cb4..39888ba5 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -75,7 +75,7 @@ sink_template_factory (void) GST_PAD_ALWAYS, gst_caps_new ( "icecastsend_sink", - "audio/mp3", + "audio/x-mp3", NULL), NULL); } -- cgit v1.2.1