finish_subframe


Description:

[ Version ( since = "1.20" ) ]
public FlowReturn finish_subframe (owned CodecFrame 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:

this

a Decoder

frame

the CodecFrame

Returns:

a FlowReturn, usually GST_FLOW_OK.