Harness.addProbe

void addProbe(string elementName, string padName, gst.types.PadProbeType mask, gst.types.PadProbeCallback callback)

A convenience function to allows you to call gst_pad_add_probe on a #GstPad of a #GstElement that are residing inside the #GstHarness, by using normal gst_pad_add_probe syntax

MT safe.

Parameters

elementNamea #gchar with a #GstElementFactory name
padNamea #gchar with the name of the pad to attach the probe to
maska #GstPadProbeType (see gst_pad_add_probe)
callbacka #GstPadProbeCallback (see gst_pad_add_probe)