GNOME Bugzilla – Bug 784344
omxh264dec: remove 'parsed=true' from sink pad
Last modified: 2017-06-29 19:49:11 UTC
.
Created attachment 354694 [details] [review] 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.
Thanks. For those interested, this reflect what we do in other decoder like avdec_h264. I thought initially that there might be other case, but other formats don't seem to have an equivalent to alignment. I think it has to be looked up case by case. Attachment 354694 [details] pushed as 7525448 - omxh264dec: remove 'parsed=true' from sink pad