Pad.forward

Calls forward for all internally linked pads of pad. This function deals with dynamically changing internal pads and will make sure that the forward function is only called once for each pad. When forward returns TRUE, no further pads will be processed.

class Pad
int
forward

Parameters

forward GstPadForwardFunction

a GstPadForwardFunction. [scope call]

userData void*

user data passed to forward

Return Value

Type: int

TRUE if one of the dispatcher functions returned TRUE.

Meta