From: Tim-Philipp Müller Date: Sun, 15 Apr 2012 21:49:47 +0000 (+0100) Subject: shout2: update for ogg media type changes X-Git-Tag: RELEASE-0.11.91~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0eddb4f254031e20b1fe0b030d6e928625f3cf3;p=platform%2Fupstream%2Fgst-plugins-good.git shout2: update for ogg media type changes --- 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);