public static interface URIDecodeBin.AUTOPLUG_FACTORIES
URIDecodeBin will by default return an array with all
compatible factories, sorted by rank.
If this function returns Optional.EMPTY, pad will be exposed as a
final caps.
If this function returns an empty list, the pad will be considered as having an unhandled type media type.
| Modifier and Type | Method and Description |
|---|---|
Optional<List<ElementFactory>> |
autoplugFactories(URIDecodeBin element,
Pad pad,
Caps caps) |
Optional<List<ElementFactory>> autoplugFactories(URIDecodeBin element, Pad pad, Caps caps)
element - The element which has the new Pad.pad - the new Pad.caps - the caps of the pad that cannot be resolved.Copyright © 2021 gstreamer-java. All rights reserved.