org.gstreamer.elements
Interface DecodeBin2.UNKNOWN_TYPE

Enclosing class:
DecodeBin2

public static interface DecodeBin2.UNKNOWN_TYPE

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


Method Summary
 void unknownType(DecodeBin2 element, Pad pad, Caps caps)
           
 

Method Detail

unknownType

void unknownType(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.