GstGL.GLBaseFilterClass

Fields

Name

Type

Access

Description

gl_set_caps

object

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

object

r

called in the GL thread to setup the element GL state.

gl_stop

object

r

called in the GL thread to setup the element GL state.

parent_class

GstBase.BaseTransformClass

r

supported_gl_api

GstGL.GLAPI

r

the logical-OR of GstGL.GLAPI's supported by this element

Methods

None

Details

class GstGL.GLBaseFilterClass

The base class for GStreamer GL Filter.