Gst.GhostPad.prototype.construct
function construct():Boolean { // Gjs wrapper for gst_ghost_pad_construct() }
Finish initialization of a newly allocated ghost pad.
This function is most useful in language bindings and when subclassing Gst.GhostPad; plugin and application developers normally will not call this function. Call this function directly after a call to g_object_new (GST_TYPE_GHOST_PAD, "direction", @dir, ..., NULL).
- Returns
true if the construction succeeds, false otherwise.