GstGL.GLBaseFilterClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
gl_set_caps |
r |
called in the GL thread when caps are set on filter. Note: this will also be called when changing OpenGL contexts where #GstBaseTransform::set_caps may not. |
|
gl_start |
r |
called in the GL thread to setup the element GL state. |
|
gl_stop |
r |
called in the GL thread to setup the element GL state. |
|
parent_class |
r |
||
supported_gl_api |
r |
the logical-OR of |
Methods¶
None
Details¶
- class GstGL.GLBaseFilterClass¶
The base class for GStreamer GL Filter.