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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
objectClass
GstObjectClass objectClass;

Object parent class

Meta