GstGL.GLAllocationParams¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
alloc_flags |
r/w |
allocation flags |
|
alloc_params |
r/w |
||
alloc_size |
r/w |
the allocation size |
|
context |
r/w |
||
copy |
r/w |
||
free |
r/w |
||
gl_handle |
r/w |
the wrapped OpenGL handle |
|
notify |
r/w |
||
struct_size |
r/w |
the size of the struct (including and subclass data) |
|
user_data |
r/w |
argument to call notify with |
|
wrapped_data |
r/w |
the wrapped data pointer |
Methods¶
|
|
|
Details¶
- class GstGL.GLAllocationParams¶
- copy_data(dest)[source]¶
- Parameters:
dest (
GstGL.GLAllocationParams
) – the destinationGstGL.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.