VideoDecoder.haveLastSubframe

Indicates that the last subframe has been processed by the decoder in frame. This will release the current frame in video decoder allowing to receive new frames from upstream elements. This method must be called in the subclass handle_frame callback.

Parameters

frame gstvideo.video_codec_frame.VideoCodecFrame

the #GstVideoCodecFrame to update

Return Value

Type: gst.types.FlowReturn

a #GstFlowReturn, usually GST_FLOW_OK.