org.gstreamer.elements
Interface DecodeBin.UNKNOWN_TYPE

Enclosing class:
DecodeBin

public static interface DecodeBin.UNKNOWN_TYPE

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


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

Method Detail

unknownType

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