summaryrefslogtreecommitdiffstats
path: root/ext/shout
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2002-12-08 17:20:44 +0000
committerIain Holmes <iain@prettypeople.org>2002-12-08 17:20:44 +0000
commitb521a373bf88e1f2cfbc2bf41e1d7c38a032be3d (patch)
treee9f686e936abbe726344ab9c3417396ebe5fa256 /ext/shout
parent708cf898e85bb1742870f6b3cabcc74b28f01c5f (diff)
downloadgst-plugins-bad-b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d.tar.gz
gst-plugins-bad-b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d.tar.bz2
gst-plugins-bad-b521a373bf88e1f2cfbc2bf41e1d7c38a032be3d.zip
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
Diffstat (limited to 'ext/shout')
-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 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);
}