VideoDecoder.finishSubframe

Indicate that a subframe has been finished to be decoded by the subclass. This method should be called for all subframes except the last subframe where gst_video_decoder_finish_frame should be called instead.

Parameters

frame gstvideo.video_codec_frame.VideoCodecFrame

the #GstVideoCodecFrame

Return Value

Type: gst.types.FlowReturn

a #GstFlowReturn, usually GST_FLOW_OK.