activate_mode_default
function activate_mode_default(pad:Gst.Pad, parent:Gst.Object, mode:Gst.PadMode, active:Boolean):Boolean { // Gjs wrapper for gst_ghost_pad_activate_mode_default() }
Invoke the default activate mode function of 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.