Allocator.find

gst.allocator.Allocator find(string name = null)

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

Parameters

namethe name of the allocator

Returns

a #GstAllocator or null when

the allocator with name was not registered.