GstBaseSinkClass.waitEvent

Override this to implement custom logic to wait for the event time (for events like EOS and GAP). Subclasses should always first chain up to the default implementation.

struct GstBaseSinkClass
extern (C)
GstFlowReturn function(GstBaseSink* sink, GstEvent* event) waitEvent;