GhostPad.construct
bool construct()Finish initialization of a newly allocated ghost pad.
This function is most useful in language bindings and when subclassing #GstGhostPad; 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.
Deprecated
This function is deprecated since 1.18 and does nothing
anymore.