[ Version ( since = "1.20" ) ]
public FlowReturn have_last_subframe (CodecFrame frame)
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.
| this |
a Decoder |
| frame |
the CodecFrame to update |
|
a FlowReturn, usually GST_FLOW_OK. |