gstcheck.types

D types for gstcheck1 library

Types 6

aliasCheckLogFilterFunc = bool delegate(string logDomain, glib.types.LogLevelFlags logLevel, string message)

A function that is called for messages matching the filter added by gst_check_add_log_filter.

Parameters

logDomainthe log domain of the message
logLevelthe log level of the message
messagethe message that has occurred

Returns

true if message should be discarded by GstCheck.