summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philipj@opera.com>2010-05-10 06:00:49 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-05-19 20:32:13 +0200
commit9dc7889eea8420151f3eb24f6169d195200c5c21 (patch)
treead8a05632a43ada765820ac462de777f7557d9de
parentad05dfc032edb13afdb0281ae417fd99153ccb2e (diff)
matroskademux: Add video/webm sink caps
-rw-r--r--gst/matroska/matroska-demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c
index b18909af6..3e7280fb2 100644
--- a/gst/matroska/matroska-demux.c
+++ b/gst/matroska/matroska-demux.c
@@ -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! */