Static$gtypeNote: only intended for subclass usage to allocate the system memory buffer
on demand. If there is already a non-NULL data pointer in gl_mem->data,
then this function imply returns TRUE.
whether the system memory could be allocated
Since 1.8initInitializes mem with the required parameters
the Gst.Allocator to initialize with
the parent Gst.Memory to initialize with
the GstGL.GLContext to initialize with
the GstAllocationParams to initialize with
the number of bytes to be allocated
user data to call notify with
Since 1.8memcpythe destination GstGL.GLBaseMemory
the offset to start at
the number of bytes to copy
whether the copy succeeded.
StaticSince 1.8allocthe GstGL.GLAllocationParams to allocate the memory with
StaticSince 1.8init_
GstGLBaseMemory is a Gst.Memory subclass providing the basis of support for the mapping of GL buffers.
Data is uploaded or downloaded from the GPU as is necessary.