= class Gst::PluginFeature
This is a base class for anything that can be added to a Gst::Plugin.


== Instance Methods
--- ensure_loaded 
    Check if the plugin containing the feature is loaded.
    If not, the plugin will be loaded.
    
    Returns a boolean indicating if the feature is loaded.

--- name 
    Gets the name of the feature, as a String.

--- unload_thyself 
    Unload the feature. This will decrease the refcount in the 
    plugin and will eventually unload the plugin.



- ((<lrz>))
