Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
static ElementFactory |
ElementFactory.find(String name)
Retrieve an instance of a factory that can produce
Element s |
ElementFactory |
Element.getFactory()
Retrieves the factory that was used to create this element.
|
Modifier and Type | Method and Description |
---|---|
static List<ElementFactory> |
ElementFactory.listFilter(List<ElementFactory> list,
Caps caps,
PadDirection direction,
boolean subsetonly)
Filter out all the elementfactories in list that can handle caps in the
given direction.
|
static List<ElementFactory> |
ElementFactory.listGetElement(ElementFactory.ElementFactoryListType type,
PluginFeature.Rank minrank)
Get a list of factories that match the given type.
|
static List<ElementFactory> |
ElementFactory.listGetElementFilter(ElementFactory.ElementFactoryListType 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 |
---|---|
static List<ElementFactory> |
ElementFactory.listFilter(List<ElementFactory> list,
Caps caps,
PadDirection direction,
boolean subsetonly)
Filter out all the elementfactories in list that can handle caps in the
given direction.
|
Modifier and Type | Field and Description |
---|---|
ElementFactory |
GstElementAPI.GstElementClass.elementfactory |
Modifier and Type | Method and Description |
---|---|
ElementFactory |
GstElementFactoryAPI.gst_element_factory_find(String factoryName) |
ElementFactory |
GstElementAPI.gst_element_get_factory(Element element) |
Copyright © 2014. All rights reserved.