GstPadForwardFunction

A forward function is called for all internally linked pads, see gst_pad_forward().

alias GstPadForwardFunction = int function(GstPad* pad, void* userData)

Return Value

%TRUE if the dispatching procedure has to be stopped.

Meta