mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
mpeg4videoparse: Don't require parsed=false on the sinkpad caps
This commit is contained in:
parent
15b5fecf30
commit
ec089662de
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@ static GstStaticPadTemplate sink_template =
|
|||
GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("video/mpeg, "
|
||||
"mpegversion = (int) 4, "
|
||||
"parsed = (boolean) false, " "systemstream = (boolean) false")
|
||||
"mpegversion = (int) 4, " "systemstream = (boolean) false")
|
||||
);
|
||||
|
||||
/* Properties */
|
||||
|
|
Loading…
Reference in a new issue