GstAllocatorClass

The #GstAllocator is used to create new memory.

Members

Variables

GstReserved
void*[4] GstReserved;
Undocumented in source.
alloc
GstMemory* function(GstAllocator* allocator, size_t size, GstAllocationParams* params) alloc;
free
void function(GstAllocator* allocator, GstMemory* memory) free;
objectClass
GstObjectClass objectClass;

Object parent class

Meta