Harness.addProbe

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

elementName string

a #gchar with a #GstElementFactory name

padName string

a #gchar with the name of the pad to attach the probe to

mask gst.types.PadProbeType

a #GstPadProbeType (see gst_pad_add_probe)

callback gst.types.PadProbeCallback

a #GstPadProbeCallback (see gst_pad_add_probe)