ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 22日 (火) 06:03:51 JST
------------------------- REMOTE_ADDR = 82.239.64.142 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?Gst%3A%3ACaps ------------------------- @@ -46,7 +46,7 @@ --- chained?? Synonym for Gst::Caps#simple?. - * Returns: whether the caps contains multiple Gst::Structure objects. + * Returns: whether the caps contains multiple structure. --- empty? This method returns whether the caps represents no media formats. @@ -95,9 +95,8 @@ --- normalize Creates a new Gst::Caps that represents the same set of formats as self, - but contains no lists. Each list is expanded into separate - Gst::Structure - objects. + but contains no lists. Each list is expanded into separate structures + (as Hash objects). * Returns: a new Gst::Caps object. --- replace(caps) @@ -111,8 +110,7 @@ * Returns: self. --- simple? - This method returns whether the caps contains multiple Gst::Structure objects. - * Returns: whether the caps contains multiple Gst::Structure objects. + This method returns whether the caps contains multiple structure. + * Returns: whether the caps contains multiple structure. --- simplify Creates a new Gst::Caps that represents the same set of formats as