GLAsyncDebug

#GstGLAsyncDebug an opaque structure and should only be accessed through the provided API.

Members

Functions

freeze
void freeze()

freeze the debug output. While frozen, any call to gstgl.glasync_debug.GLAsyncDebug.outputLogMsg will not output any messages but subsequent calls to gstgl.glasync_debug.GLAsyncDebug.storeLogMsg will overwrite previous messages.

init_
void init_()

Initialize ad. Intended for use with #GstGLAsyncDebug's that are embedded in other structs.

outputLogMsg
void outputLogMsg()

Outputs a previously stored debug message.

thaw
void thaw()

unfreeze the debug output. See gstgl.glasync_debug.GLAsyncDebug.freeze for what freezing means

unset
void unset()

Unset any dynamically allocated data. Intended for use with #GstGLAsyncDebug's that are embedded in other structs.