From e0eddb4f254031e20b1fe0b030d6e928625f3cf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 15 Apr 2012 22:49:47 +0100 Subject: [PATCH] shout2: update for ogg media type changes --- ext/shout2/gstshout2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c index b703ecc..58a0da7 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); -- 2.7.4