GstVideoEncoderClass.srcEvent

Optional. Event handler on the source pad. This function should return TRUE if the event was handled and should be discarded (i.e. not unref'ed). Subclasses should chain up to the parent implementation to invoke the default handler.

struct GstVideoEncoderClass
extern (C)
bool function(GstVideoEncoder* encoder, GstEvent* event) srcEvent;