GstPushSrcClass

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.

Members

Variables

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;

Element parent class