= class Gst::Autoplug
Automatically create and link elements.


== Instance Methods
--- signal_new_object(anObject) 
    Emit a 'new_object' signal.  Autopluggers are supposed to emit
    this signal whenever a new object has been added to the
    autoplugged pipeline.

--- to_caps(srcCaps, sinkCaps) 
    Performs the autoplugging procedure on the autoplugger, 
    connecting the given source and sink Gst::Caps.
    
    Returns a new Gst::Element object that connects these caps or nil.

--- to_renderers(srcCaps, targetElement) 
    Performs the autoplugging procedure on the autoplugger, 
    connecting the given source Gst::Caps to the target Gst::Element.
    
    Returns a new Gst::Element object that connects the caps to the target 
     element or nil.



== Signals
--- new-object

- ((<lrz>))
