GstPadActivateFunction

This function is called when the pad is activated during the element READY to PAUSED state change. By default this function will call the activate function that puts the pad in push mode but elements can override this function to activate the pad in pull mode if they wish.

alias GstPadActivateFunction = int function(GstPad* pad, GstObject* parent)

Return Value

TRUE if the pad could be activated.