public static interface DecodeBin2.AUTOPLUG_SORT
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.Modifier and Type | Method and Description |
---|---|
GValueAPI.GValueArray |
autoplugSort(DecodeBin2 element,
Pad pad,
Caps caps,
GValueAPI.GValueArray factories) |
GValueAPI.GValueArray autoplugSort(DecodeBin2 element, Pad pad, Caps caps, GValueAPI.GValueArray factories)
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.