Pad.dispatcher

Invokes the given dispatcher function on each respective peer of all pads that are internally linked to the given pad. The GstPadDispatcherFunction should return TRUE when no further pads need to be processed.

class Pad
int
dispatcher

Parameters

dispatch GstPadDispatcherFunction

the GstDispatcherFunction to call.

data void*

gpointer user data passed to the dispatcher function.

Return Value

Type: int

TRUE if one of the dispatcher functions returned TRUE.

Meta