org.gstreamer
Interface Pad.UNLINKED

Enclosing class:
Pad

public static interface Pad.UNLINKED

Signal emitted when new this Pad is disconnected from a peer Pad

See Also:
Pad.connect(UNLINKED), Pad.disconnect(UNLINKED)

Method Summary
 void unlinked(Pad pad, Pad peer)
          Called when a Pad is unlinked from another Pad.
 

Method Detail

unlinked

void unlinked(Pad pad,
              Pad peer)
Called when a Pad is unlinked from another Pad.

Parameters:
pad - the pad that emitted the signal.
peer - the peer pad that has been connected.