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

framethe #GstVideoCodecFrame

Returns

a #GstFlowReturn, usually GST_FLOW_OK.