Class Gst::Caps

Abstract

Capabilities of pads.

Included in: Gst .

Index: == each_property fixed? has_fixed_property? has_property? name type_id

Instance methods
==== anOtherCaps -> aBoolean
 

Checks if two Gst::Caps objects are refering the same caps.

each_propertyeach_property { |name, value, isFixed| block } -> nil
 

Calls the block for each property of the Gst::Caps, passing references of name (String), value (an Object), and fixed state (a Boolean) as parameters.

fixed?fixed? -> aBoolean
 

Checks if the GstCaps has fixed properties, ie. it has no ranges or lists.

has_fixed_property?has_fixed_property?(aString) -> aBoolean
 

Checks if the Gst::Caps object has a fixed property with the given name.

has_property?has_property?(aString) -> aBoolean
 

Checks if the Gst::Caps object has a property with the given name.

namename -> aString
 

Gets the name of the caps.

type_idtype_id -> aFixnum
 

Gets the type ID of the caps.