GstGLBaseFilterClass

The base class for GStreamer GL Filter.

Members

Variables

Padding
void*[4] Padding;
glSetCaps
bool function(GstGLBaseFilter* filter, GstCaps* incaps, GstCaps* outcaps) glSetCaps;

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.

glStart
bool function(GstGLBaseFilter* filter) glStart;

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

glStop
void function(GstGLBaseFilter* filter) glStop;

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

parentClass
GstBaseTransformClass parentClass;
supportedGlApi
GstGLAPI supportedGlApi;

the logical-OR of #GstGLAPI's supported by this element