| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.elements |
| Modifier and Type | Method and Description |
|---|---|
static ElementFactory |
ElementFactory.find(String name)
Retrieve an instance of a factory that can produce
Elements |
ElementFactory |
Element.getFactory()
Retrieves the factory that was used to create this element.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ElementFactory> |
ElementFactory.listGetElements(ElementFactory.ListType type,
PluginFeature.Rank minrank)
Get a list of factories that match the given type.
|
static List<ElementFactory> |
ElementFactory.listGetElementsFilter(ElementFactory.ListType type,
PluginFeature.Rank minrank,
Caps caps,
PadDirection direction,
boolean subsetonly)
Get a list of factories that match the given parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<List<ElementFactory>> |
DecodeBin.AUTOPLUG_FACTORIES.autoplugFactories(DecodeBin element,
Pad pad,
Caps caps) |
Optional<List<ElementFactory>> |
URIDecodeBin.AUTOPLUG_FACTORIES.autoplugFactories(URIDecodeBin element,
Pad pad,
Caps caps) |
Optional<List<ElementFactory>> |
DecodeBin.AUTOPLUG_SORT.autoplugSort(DecodeBin element,
Pad pad,
Caps caps,
List<ElementFactory> factories)
Autoplug sort
|
Optional<List<ElementFactory>> |
URIDecodeBin.AUTOPLUG_SORT.autoplugSort(URIDecodeBin element,
Pad pad,
Caps caps,
List<ElementFactory> factories)
Autoplug sort
|
| Modifier and Type | Method and Description |
|---|---|
DecodeBin.AutoplugSelectResult |
DecodeBin.AUTOPLUG_SELECT.autoplugSelect(DecodeBin element,
Pad pad,
Caps caps,
ElementFactory factory) |
URIDecodeBin.AutoplugSelectResult |
URIDecodeBin.AUTOPLUG_SELECT.autoplugSelect(URIDecodeBin element,
Pad pad,
Caps caps,
ElementFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Optional<List<ElementFactory>> |
DecodeBin.AUTOPLUG_SORT.autoplugSort(DecodeBin element,
Pad pad,
Caps caps,
List<ElementFactory> factories)
Autoplug sort
|
Optional<List<ElementFactory>> |
URIDecodeBin.AUTOPLUG_SORT.autoplugSort(URIDecodeBin element,
Pad pad,
Caps caps,
List<ElementFactory> factories)
Autoplug sort
|
Copyright © 2021 gstreamer-java. All rights reserved.