GstVideoDecoderClass.parse

Required for non-packetized input. Allows chopping incoming data into manageable units (frames) for subsequent decoding.

struct GstVideoDecoderClass
extern (C)
GstFlowReturn function(GstVideoDecoder* decoder, GstVideoCodecFrame* frame, GstAdapter* adapter, bool atEos) parse;