public static interface DecodeBin.AUTOPLUG_SORT
DecodeBin 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 |
|---|---|
Optional<List<ElementFactory>> |
autoplugSort(DecodeBin element,
Pad pad,
Caps caps,
List<ElementFactory> factories)
Autoplug sort
|
Optional<List<ElementFactory>> autoplugSort(DecodeBin element, Pad pad, Caps caps, List<ElementFactory> factories)
element - The element which has the new Padpad - the new Padcaps - the caps of the pad that cannot be resolvedfactories - A List of possible ElementFactory to useOptional.EMPTYCopyright © 2021 gstreamer-java. All rights reserved.