Index: == each_feature features filename loaded? longname name
Instance methods | |
---|---|
== | == anOtherPlugin -> aBoolean |
Checks if two Gst::Plugin objects are refered by the same file. | |
each_feature | each_feature { |aPluginFeature| block } -> nil |
Calls the block for each feature this plugin provides, passing a reference to the Gst::PluginFeature object as parameter. | |
features | features -> anArray |
Get a list of all the features that this plugin provides, in an array of Gst::PluginFeature objects. | |
filename | filename -> aString |
Gets the file name where the plugin cames from. | |
loaded? | loaded? -> aBoolean |
Checks if the plugin is loaded into memory. | |
longname | longname -> aString |
Gets long name (descriptive) of the plugin. | |
name | name -> aString |
Gets (short) name of the plugin. |