From 9dc7889eea8420151f3eb24f6169d195200c5c21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 10 May 2010 06:00:49 +0200 Subject: [PATCH] matroskademux: Add video/webm sink caps --- gst/matroska/matroska-demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/matroska/matroska-demux.c b/gst/matroska/matroska-demux.c index b18909a..3e7280f 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! */ -- 2.7.4