Allocator.find

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

class Allocator
static
find
(
string name = null
)

Parameters

name string

the name of the allocator

Return Value

Type: gst.allocator.Allocator

a #GstAllocator or null when the allocator with name was not registered.