org.gstreamer.elements
Interface DecodeBin2.AUTOPLUG_CONTINUE

Enclosing class:
DecodeBin2

public static interface DecodeBin2.AUTOPLUG_CONTINUE

Signal is emitted when a pad for which there is no further possible decoding is added to the DecodeBin2.


Method Summary
 boolean autoplugContinue(DecodeBin2 element, Pad pad, Caps caps)
           
 

Method Detail

autoplugContinue

boolean autoplugContinue(DecodeBin2 element,
                         Pad pad,
                         Caps caps)
Parameters:
element - The element which has the new Pad.
pad - the new Pad.
caps - the caps of the pad that cannot be resolved.