GstGL.GLAllocationParams

Fields

Name

Type

Access

Description

alloc_flags

int

r/w

allocation flags

alloc_params

Gst.AllocationParams

r/w

the Gst.AllocationParams

alloc_size

int

r/w

the allocation size

context

GstGL.GLContext

r/w

a GstGL.GLContext

copy

GstGL.GLAllocationParamsCopyFunc

r/w

a GstGL.GLAllocationParamsCopyFunc

free

GstGL.GLAllocationParamsFreeFunc

r/w

a GstGL.GLAllocationParamsFreeFunc

gl_handle

object

r/w

the wrapped OpenGL handle

notify

GLib.DestroyNotify

r/w

a GLib.DestroyNotify

struct_size

int

r/w

the size of the struct (including and subclass data)

user_data

object

r/w

argument to call notify with

wrapped_data

object

r/w

the wrapped data pointer

Methods

copy_data (dest)

free_data ()

Details

class GstGL.GLAllocationParams
copy_data(dest)[source]
Parameters:

dest (GstGL.GLAllocationParams) – the destination GstGL.GLAllocationParams

Copies the dynamically allocated data from self to dest. Direct subclasses should call this function in their own overridden copy function.

New in version 1.8.

free_data()[source]

Frees the dynamically allocated data in self. Direct subclasses should call this function in their own overridden free function.

New in version 1.8.