org.gstreamer.elements
Interface DecodeBin2.AUTOPLUG_FACTORIES
- Enclosing class:
- DecodeBin2
public static interface DecodeBin2.AUTOPLUG_FACTORIES
This function is emitted when an array of possible factories for caps on pad is needed.
DecodeBin2
will by default return an array with all compatible factories, sorted by rank.
If this function returns NULL, pad will be exposed as a final caps.
If this function returns an empty array, the pad will be considered as having an unhandled type media type.
autoplugFactories
GValueAPI.GValueArray autoplugFactories(DecodeBin2 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.