GstPushSrcClass.alloc

Ask the subclass to allocate a buffer. The subclass decides which size this buffer should be. The default implementation will create a new buffer from the negotiated allocator.

struct GstPushSrcClass
extern (C)
GstFlowReturn function(GstPushSrc* src, GstBuffer** buf) alloc;