Skip to content

v4l2codecs: h264dec: Fix leak on decoding failure

Given GstVideoCodecFrame and GstH264Picture should be cleared, and the return must be GST_FLOW_ERROR, not boolean value.

cc @ndufresne

Merge request reports