org.gstreamer
Interface Element.PAD_REMOVED

Enclosing class:
Element

public static interface Element.PAD_REMOVED

Signal emitted when an Pad is removed from this Element

See Also:
Element.connect(PAD_REMOVED), Element.disconnect(PAD_REMOVED)

Method Summary
 void padRemoved(Element element, Pad pad)
          Called when a new Pad is removed from an Element.
 

Method Detail

padRemoved

void padRemoved(Element element,
                Pad pad)
Called when a new Pad is removed from an Element.

Parameters:
element - the element the pad was removed from.
pad - the pad which was removed.