summaryrefslogtreecommitdiff
path: root/ext/shout2
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-15 22:49:47 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-15 22:49:47 +0100
commite0eddb4f254031e20b1fe0b030d6e928625f3cf3 (patch)
treeb8b17f6b408bf7656480f76da03df9a1f3280b82 /ext/shout2
parent6d9a84b1cf486c71e01b0217eee67ba5a1eb6359 (diff)
downloadgstreamer-plugins-good-e0eddb4f254031e20b1fe0b030d6e928625f3cf3.tar.gz
shout2: update for ogg media type changes
Diffstat (limited to 'ext/shout2')
-rw-r--r--ext/shout2/gstshout2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index b703ecc86..58a0da773 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -77,7 +77,7 @@ enum
static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("application/ogg; "
+ GST_STATIC_CAPS ("application/ogg; audio/ogg; video/ogg; "
"audio/mpeg, mpegversion = (int) 1, layer = (int) [ 1, 3 ]" WEBM_CAPS));
static void gst_shout2send_finalize (GstShout2send * shout2send);