= class Gst::Object
Basis for the GST object hierarchy.


== Instance Methods
--- destroyed? 
    Checks if the Gst::Object::FLAG_DESTROYED flag is set on the object.

--- flag?(aFixnum) 
    Checks if the given flag is set on the object.

--- flags 
    Gets the entire set of flags for the object, as a Fixnum.

--- floating? 
    Checks if the Gst::Object::FLAG_FLOATING flag is set on the object.

--- set_flag(aFixnum) 
    Sets the given flag.

--- unset_flag(aFixnum) 
    Unsets the given flag.


== Constants
--- FLAG_DESTROYED
    The object is flagged for destruction.

--- FLAG_FLOATING
    The object is created but has no parent yet to manage it.


== Properties
--- name: String (Read/Write)
    The name of the object.


== Signals
--- deep-notify
--- object-saved
--- parent-set
--- parent-unset

- ((<lrz>))
