GstAllocatorClass

The gstreamer.Allocator is used to create new memory.

Members

Variables

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