org.gstreamer
Interface Element.NO_MORE_PADS

Enclosing class:
Element

public static interface Element.NO_MORE_PADS

Signal emitted when this Element ceases to generated dynamic pads.

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

Method Summary
 void noMorePads(Element element)
          Called when an Element ceases to generated dynamic pads.
 

Method Detail

noMorePads

void noMorePads(Element element)
Called when an Element ceases to generated dynamic pads.

Parameters:
element - the element which posted this message.