[ CCode ( has_construct_function = false , returns_floating_reference = true , type = "GstPad*" ) ]
public GhostPad (string? name, 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.
name |
the name of the new pad, or |
target |
the pad to ghost. |
a new Pad, or |