org.gstreamer.elements
Interface DecodeBin2.AUTOPLUG_SORT

Enclosing class:
DecodeBin2

public static interface DecodeBin2.AUTOPLUG_SORT

Once DecodeBin2 has found the possible ElementFactory objects to try for caps on pad, this signal is emitted. The purpose of the signal is for the application to perform additional sorting or filtering on the element factory array. The callee should copy and modify factories.


Method Summary
 GValueAPI.GValueArray autoplugSort(DecodeBin2 element, Pad pad, Caps caps, GValueAPI.GValueArray factories)
           
 

Method Detail

autoplugSort

GValueAPI.GValueArray autoplugSort(DecodeBin2 element,
                                   Pad pad,
                                   Caps caps,
                                   GValueAPI.GValueArray factories)
Parameters:
element - The element which has the new Pad.
pad - the new Pad.
caps - the caps of the pad that cannot be resolved.
factories - A GValueArray of possible GstElementFactory to use.