GstAllocatorClass

The #GstAllocator is used to create new memory.

Members

Variables

GstReserved
void*[4] GstReserved;
alloc
GstMemory* function(GstAllocator* allocator, size_t size, GstAllocationParams* params) alloc;

implementation that acquires memory

free
void function(GstAllocator* allocator, GstMemory* memory) free;

implementation that releases memory

objectClass
GstObjectClass objectClass;

Object parent class