Pad.addBufferProbe

Adds a probe that will be called for all buffers passing through a pad. See gst_pad_add_data_probe() for more information.

class Pad
addBufferProbe

Parameters

handler GCallback

function to call when data is passed over pad

data void*

data to pass along with the handler

Return Value

Type: gulong

The handler id

Meta