GLBaseSrc

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

self
GLBaseSrc self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]
timestampOffset
long timestampOffset [@property getter]
timestampOffset
long timestampOffset [@property setter]

Static functions

_getGType
GType _getGType()

Inherited Members

From PushSrc

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
PushSrc self()

Returns this, for use in with statements.