internal_activate_mode_default

function internal_activate_mode_default(pad:Gst.Pad, parent:Gst.Object, mode:Gst.PadMode, active:Boolean):Boolean {
    // Gjs wrapper for gst_ghost_pad_internal_activate_mode_default()
}

Invoke the default activate mode function of a proxy pad that is owned by a ghost pad.

pad

the Gst.Pad to activate or deactivate.

parent

the parent of pad or NULL

mode

the requested activation mode

active

whether the pad should be active or not.

Returns

true if the operation was successful.