summaryrefslogtreecommitdiff
path: root/ext/shout/gstshout.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shout/gstshout.c')
-rw-r--r--ext/shout/gstshout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c
index 533d2cb4c..39888ba57 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);
}