GhostPad.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string name, gst.pad.Pad target)

Create a new ghostpad with target as the target. The direction will be taken from the target pad. target must be unlinked.

Will ref the target.

Parameters

namethe name of the new pad, or null to assign a default name
targetthe pad to ghost.

Returns

a new #GstPad, or null in

case of an error.