mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
matroskademux: Add video/webm sink caps
This commit is contained in:
parent
ad05dfc032
commit
9dc7889eea
1 changed files with 1 additions and 1 deletions
|
@ -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! */
|
||||
|
|
Loading…
Reference in a new issue