GhostPad.activateModeDefault

bool activateModeDefault(gst.pad.Pad pad, gst.object.ObjectWrap parent, gst.types.PadMode mode, bool active)

Invoke the default activate mode function of a ghost pad.

Parameters

padthe #GstPad to activate or deactivate.
parentthe parent of pad or null
modethe requested activation mode
activewhether the pad should be active or not.

Returns

true if the operation was successful.