GstGLBaseSrcClass

The base class for GStreamer GL Video sources.

Members

Variables

Padding
void*[4] Padding;
fillGlMemory
bool function(GstGLBaseSrc* src, GstGLMemory* mem) fillGlMemory;

called in the GL thread to fill the current video texture.

glStart
bool function(GstGLBaseSrc* src) glStart;

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

glStop
void function(GstGLBaseSrc* src) glStop;

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

parentClass
GstPushSrcClass parentClass;
supportedGlApi
GstGLAPI supportedGlApi;

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