Skip to content

ivfparse: Check the data size against IVF_FRAME_HEADER_SIZE

Haihao Xiang requested to merge haihao/gst-plugins-bad:fix-ivfparse into master

It is parsing frame data and so should check the data size against the frame header size instead of the file header size. If don't, it is possible to drop the last frame because IVF_FILE_HEADER_SIZE is greater than IVF_FRAME_HEADER_SIZE

Merge request reports