GstGL.GLAsyncDebug¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
callback |
r |
||
cat |
r |
||
debug_msg |
r |
||
file |
r |
||
function |
r |
||
level |
r |
||
line |
r |
||
notify |
r |
||
object |
r |
||
state_flags |
r |
||
user_data |
r |
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class GstGL.GLAsyncDebug¶
GstGL.GLAsyncDebug
an opaque structure and should only be accessed through the provided API.- freeze()[source]¶
freeze the debug output. While frozen, any call to
GstGL.GLAsyncDebug.output_log_msg
() will not output any messages but subsequent calls to gst_gl_async_debug_store_log_msg() will overwrite previous messages.New in version 1.8.
- init()[source]¶
Initialize self. Intended for use with
GstGL.GLAsyncDebug
's that are embedded in other structs.New in version 1.8.
- thaw()[source]¶
unfreeze the debug output. See
GstGL.GLAsyncDebug.freeze
() for what freezing meansNew in version 1.8.
- unset()[source]¶
Unset any dynamically allocated data. Intended for use with
GstGL.GLAsyncDebug
's that are embedded in other structs.