PadActivateFunction


Description:

[ CCode ( has_target = false ) ]
public delegate bool PadActivateFunction (Pad pad, Object parent)

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.

Parameters:

pad

a Pad

parent

the parent of pad

Returns:

true if the pad could be activated.


Namespace: Gst
Package: gstreamer-1.0