mpeg4videoparse: Don't require parsed=false on the sinkpad caps
This commit is contained in:
parent
15b5fecf30
commit
ec089662de
@ -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…
x
Reference in New Issue
Block a user