GhostPad.this

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

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.