From 6382c57f0e4287ad8875897bce394c718259f7a3 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 18 Dec 2003 09:31:50 +0000 Subject: Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding... Original commit message from CVS: Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding. This should fix mp3 playback. --- ext/shout/gstshout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/shout/gstshout.c') diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 2af0bc99..144835fe 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -77,6 +77,7 @@ sink_template_factory (void) "icecastsend_sink", "audio/mpeg", gst_props_new ( + "mpegversion", GST_PROPS_INT (1), "layer", GST_PROPS_INT_RANGE (1, 3), NULL )), -- cgit v1.2.1