ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 3日 (水) 04:21:53 JST
------------------------- REMOTE_ADDR = 217.117.55.140 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AAutoplug ------------------------- = class Gst::Autoplug Automatically create and link elements. == Object Hierarchy * Object * GLib::Instantiatable * GLib::Object * Gst::Object * Gst::Autoplug == Instance Methods --- signal_new_object(obj) Emits a 'new_object' signal. Autopluggers are supposed to emit this signal whenever a new object has been added to the autoplugged pipeline. * obj: a Gst::Object. * Returns: self. --- to_caps(src, sink) Performs the autoplugging procedure on the autoplugger, connecting the given source and sink Gst::Caps. * src: a Gst::Caps. * sink: a Gst::Caps. * Returns: a new Gst::Element object that connects these caps or nil. --- to_renderers(src_caps, sink_element) Performs the autoplugging procedure on the autoplugger, connecting the given source Gst::Caps to the target Gst::Element. * sink_element: a Gst::Element. * src_caps: a Gst::Caps. * Returns: a new Gst::Element object that connects the caps to the target element or nil. - == Constants - === GstObjectFlags - --- DESTROYED - --- FLOATING - --- OBJECT_FLAG_LAST - == Signals --- new-object == See Also ((<Gst>)). - ((<lrz>))