GhostPad
Description:
[ CCode ( has_construct_function = false , returns_floating_reference = true , type = "GstPad*" ) ]
public GhostPad (string? name, Pad target)
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.
Parameters:
| name |
the name of the new pad, or null to assign a default name |
| target |
the pad to ghost. |
Returns:
|
a new Pad, or null in case of an error. |