Abstract
Abstract class for managing plugins.
Included in: Gst .
Index: details each each_path each_plugin find_plugin loaded? name paths plugins registries
Class methods | |
---|---|
each | each { |aRegistryObject| block } -> nil |
Calls the block for each registries in the pool, passing a reference to the Gst::Registry as parameter. | |
each_plugin | each_plugin { |aPlugin| block } -> nil |
Calls the block for each plugin in the pool, passing a reference to the Gst::Plugin as parameter. | |
find_plugin | find_plugin(aNameString) -> aGstPluginObject |
Find the plugin with the given name in the registry. If founds, returns a reference to the Gst::Plugin object, otherwise returns nil. | |
plugins | plugins -> anArray |
Get a list of all plugins in the pool, in an array of Gst::Plugin objects. | |
registries | registries -> anArray |
Gets a list of all registries in the pool, in an Array of Gst::Registry objects. |