GhostPad.internalActivateModeDefault

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

Invoke the default activate mode function of a proxy pad that is owned by 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.