GstVideoEncoderClass.prePush

Optional. Allows subclass to push frame downstream in whatever shape or form it deems appropriate. If not provided, provided encoded frame data is simply pushed downstream.

struct GstVideoEncoderClass
extern (C)
GstFlowReturn function(GstVideoEncoder* encoder, GstVideoCodecFrame* frame) prePush;