mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
omxh264dec: remove 'parsed=true' from sink pad
The decoder only requires to receive one frame per buffer which is already enforced with 'alignment=au'. There is no need to require to have a parser upstream. Allow to run "encode ! decode" pipeline without having a parser. https://bugzilla.gnome.org/show_bug.cgi?id=784344
This commit is contained in:
parent
1fa2ea274f
commit
752544841d
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ gst_omx_h264_dec_class_init (GstOMXH264DecClass * klass)
|
|||
videodec_class->set_format = GST_DEBUG_FUNCPTR (gst_omx_h264_dec_set_format);
|
||||
|
||||
videodec_class->cdata.default_sink_template_caps = "video/x-h264, "
|
||||
"parsed=(boolean) true, "
|
||||
"alignment=(string) au, "
|
||||
"stream-format=(string) byte-stream, "
|
||||
"width=(int) [1,MAX], " "height=(int) [1,MAX]";
|
||||
|
|
Loading…
Reference in a new issue