Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstDebugLevel |
Enum : | DebugLevel |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gst.DebugLevel.COUNT : 10
|
|
Number Gst.DebugLevel.DEBUG : 4
|
|
Number Gst.DebugLevel.ERROR : 1
|
|
Number Gst.DebugLevel.FIXME : 6
|
|
Number Gst.DebugLevel.INFO : 3
|
|
Number Gst.DebugLevel.LOG : 5
|
|
Number Gst.DebugLevel.MEMDUMP : 9
|
|
Number Gst.DebugLevel.NONE : 0
|
|
Number Gst.DebugLevel.WARNING : 2
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst
Method |
Gst.debug_get_default_threshold
()
:
Gst.DebugLevel
Returns the default threshold that is used for new categories.
|
Gst
Method |
Get the string representation of a debugging level
|
Gst
Method |
Gst.debug_log_default
(DebugCategory category, DebugLevel level, String file, String function, Number line, Object object, DebugMessage message, void* unused)
:
none
The default logging handler used by GStreamer.
|
Gst
Method |
Gst.debug_set_default_threshold
(DebugLevel level)
:
none
Sets the default threshold to the given level and updates all categories to use this threshold.
|
Gst
Method |
Sets all categories which match the given glob style pattern to the given level.
|
Gst.DebugCategory
Method |
set_threshold
(DebugLevel level)
:
none
Sets the threshold of the category to the given level.
|
Gst.DebugCategory
Method |
get_threshold
()
:
Gst.DebugLevel
Returns the threshold of a GstDebugCategory.
|