Allocator


Object Hierarchy:

Gst.Allocator Gst.Allocator Gst.Allocator Gst.Object Gst.Object Gst.Object->Gst.Allocator GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gst.Object GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned

Description:

[ CCode ( type_id = "gst_allocator_get_type ()" ) ]
public abstract class Allocator : Object

Memory is usually created by allocators with a alloc method call.

When null is used as the allocator, the default allocator will be used.

New allocators can be registered with register. Allocators are identified by name and can be retrieved with find. set_default can be used to change the default allocator.

New memory can be created with new_wrapped that wraps the memory allocated elsewhere.


Namespace: Gst
Package: gstreamer-1.0

Content:

Static methods:

Creation methods:

Methods:

Fields:

Inherited Members: