GhostPad.setTarget

bool setTarget(gst.pad.Pad newtarget = null)

Set the new target of the ghostpad gpad. Any existing target is unlinked and links to the new target are established. if newtarget is null the target will be cleared.

Parameters

newtargetthe new pad target

Returns

true if the new target could be set. This function

can return false when the internal pads could not be linked.