= class Gst::Plugin
Dynamically loadable Elements


== Instance Methods
--- == anOtherPlugin 
    Checks if two Gst::Plugin objects are refered by the same file.

--- each_feature { |aPluginFeature| block } 
    Calls the block for each feature this plugin provides, passing
    a reference to the Gst::PluginFeature object as parameter.
    
    Always returns nil.

--- features 
    Get a list of all the features that this plugin provides, in an array
    of Gst::PluginFeature objects.

--- filename 
    Gets the file name where the plugin cames from, as a String.

--- loaded? 
    Checks if the plugin is loaded into memory.

--- longname 
    Gets long name (descriptive) of the plugin, as a String.

--- name 
    Gets (short) name of the plugin, as a String.



- ((<lrz>))
