matroskademux: Add video/webm sink caps
authorPhilip Jägenstedt <philipj@opera.com>
Mon, 10 May 2010 04:00:49 +0000 (06:00 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 19 May 2010 18:32:13 +0000 (20:32 +0200)
gst/matroska/matroska-demux.c

index b18909a..3e7280f 100644 (file)
@@ -97,7 +97,7 @@ enum
 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("video/x-matroska")
+    GST_STATIC_CAPS ("video/x-matroska; video/webm")
     );
 
 /* TODO: fill in caps! */