GstGLBaseFilter

#GstGLBaseFilter handles the nitty gritty details of retrieving an OpenGL context. It also provided some wrappers around #GstBaseTransform's start(), stop() and set_caps() virtual methods that ensure an OpenGL context is available and current in the calling thread.

Members

Variables

Padding
void*[4] Padding;
context
GstGLContext* context;

the currently configured #GstGLContext

display
GstGLDisplay* display;

the currently configured #GstGLDisplay

inCaps
GstCaps* inCaps;

the currently configured input #GstCaps

outCaps
GstCaps* outCaps;

the currently configured output #GstCaps

parent
GstBaseTransform parent;
priv
GstGLBaseFilterPrivate* priv;