VideoDecoder.finishSubframe
gst.types.FlowReturn finishSubframe(gstvideo.video_codec_frame.VideoCodecFrame frame)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 | the #GstVideoCodecFrame |
Returns
a #GstFlowReturn, usually GST_FLOW_OK.