unlink
Description:
public bool unlink (
Pad sinkpad)
Unlinks the source pad from the sink pad.
Will emit the unlinked signal on both pads.
Parameters:
this |
the source Pad to unlink.
|
sinkpad |
the sink Pad to unlink.
|
Returns:
true if the pads were unlinked. This function returns false if the
pads were not linked together.
MT safe.
|