Skip to content

h264/h265parse: Fix handling of very last frame

Baseparse will never call us back on draining, so going into more: label will cause the current frame to be discarded. So if we have a complete NAL, but not a complete AU, make sure to terminate the frame properly.

This is a gression introduce by commit e88d8480 and a194a87b.

Fixes #1275 (closed)

Merge request reports