gstgl.glbase_src

Module for [GLBaseSrc] class

Types 3

#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.

Methods
GType _gType() @property
GLBaseSrc self()Returns `this`, for use in `with` statements.
GLBaseSrcGidBuilder builder()Get builder for [gstgl.glbase_src.GLBaseSrc] Returns: New builder object
long timestampOffset() @property
void timestampOffset(long propval) @property
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gstgl.glbase_src.GLBaseSrc]

Methods