GstVideoDecoderClass.handleFrame

Provides input data frame to subclass. In subframe mode, the subclass needs to take ownership of @GstVideoCodecFrame.input_buffer as it will be modified by the base class on the next subframe buffer receiving.

struct GstVideoDecoderClass
extern (C)
GstFlowReturn function(GstVideoDecoder* decoder, GstVideoCodecFrame* frame) handleFrame;