shout2: update for ogg media type changes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 15 Apr 2012 21:49:47 +0000 (22:49 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 15 Apr 2012 21:49:47 +0000 (22:49 +0100)
ext/shout2/gstshout2.c

index b703ecc..58a0da7 100644 (file)
@@ -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);