add_probe
Description:
[ CCode ( cname = "gst_harness_add_probe" ) ]
public void add_probe (string element_name, string pad_name, PadProbeType mask, owned PadProbeCallback callback)
public void add_probe (string element_name, string pad_name, PadProbeType mask, owned PadProbeCallback callback)
A convenience function to allows you to call gst_pad_add_probe on a Pad of a Element that are residing inside the Harness, by using normal gst_pad_add_probe syntax
MT safe.
Parameters:
this |
a Harness |
element_name |
a char with a ElementFactory name |
pad_name |
a char with the name of the pad to attach the probe to |
mask |
a PadProbeType (see gst_pad_add_probe) |
callback |
a PadProbeCallback (see gst_pad_add_probe) |
destroy_data |
a DestroyNotify (see gst_pad_add_probe) |
user_data |
a pointer (see gst_pad_add_probe) |