gstcheck.types
D types for gstcheck1 library
Types 6
aliasCheckLogFilter = GstCheckLogFilter *
aliasHarnessThread = GstHarnessThread *
aliasStreamConsistency = GstStreamConsistency *
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
logDomain | the log domain of the message |
logLevel | the log level of the message |
message | the message that has occurred |
Returns
true if message should be discarded by GstCheck.
aliasHarnessPrepareBufferFunc = gst.buffer.Buffer delegate(gstcheck.harness.Harness h)
aliasHarnessPrepareEventFunc = gst.event.Event delegate(gstcheck.harness.Harness h)