matroskademux: Add video/webm sink caps

This commit is contained in:
Philip Jägenstedt 2010-05-10 06:00:49 +02:00 committed by Sebastian Dröge
parent ad05dfc032
commit 9dc7889eea

View file

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