- GstReserved
void*[4] GstReserved;
Undocumented in source.
- alloc
GstFlowReturn function(GstPushSrc* src, GstBuffer** buf) alloc;
- create
GstFlowReturn function(GstPushSrc* src, GstBuffer** buf) create;
- fill
GstFlowReturn function(GstPushSrc* src, GstBuffer* buf) fill;
- parentClass
GstBaseSrcClass parentClass;
Subclasses can override any of the available virtual methods or not, as needed. At the minimum, the @fill method should be overridden to produce buffers.