mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
videoparsers: Fix sink pad template
no wonder it was never picked up ...
This commit is contained in:
parent
b3ef72f2eb
commit
7032cd12e7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static GstStaticPadTemplate sink_template =
|
|||
GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/mpeg, "
|
||||
"mpegversion = (int) 4, "
|
||||
"mpegversion = (int) [1, 2], "
|
||||
"parsed = (boolean) false, " "systemstream = (boolean) false")
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue