Callbacks¶
|
|
|
|
|
Details¶
- GstCheck.CheckLogFilterFunc(log_domain, log_level, message, *user_data)¶
- Parameters:
log_domain (
str
) – the log domain of the messagelog_level (
GLib.LogLevelFlags
) – the log level of the messagemessage (
str
) – the message that has occurred
- Returns:
True
if message should be discarded by GstCheck.- Return type:
A function that is called for messages matching the filter added by gst_check_add_log_filter.
New in version 1.12.
- GstCheck.HarnessPrepareBufferFunc(h, data)¶
- Parameters:
h (
GstCheck.Harness
) – aGstCheck.Harness
- Return type:
New in version 1.6.
- GstCheck.HarnessPrepareEventFunc(h, data)¶
- Parameters:
h (
GstCheck.Harness
) – aGstCheck.Harness
- Return type:
New in version 1.8.