GLBaseMemoryAllocator

Opaque #GstGLBaseMemoryAllocator struct

class GLBaseMemoryAllocator : Allocator {}

Inherited Members

From Allocator

find
gst.allocator.Allocator find(string name)

Find a previously registered allocator with name. When name is null, the default allocator will be returned.

register
void register(string name, gst.allocator.Allocator allocator)

Registers the memory allocator with name.

alloc
gst.memory.Memory alloc(size_t size, gst.allocation_params.AllocationParams params)

Use allocator to allocate a new memory block with memory that is at least size big.

setDefault
void setDefault()

Set the default allocator.