ruby-****@sourc*****
ruby-****@sourc*****
2003年 8月 24日 (日) 02:02:30 JST
------------------------- REMOTE_ADDR = 81.51.53.223 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AAutoplug ------------------------- = 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>))