= class Gst::Thread
A Gst::Bin that will become a thread.

== Object Hierarchy
* Object
  * GLib::Instantiatable
    * GLib::Object
      * Gst::Object
        * Gst::Element
          * Gst::Bin
            * Gst::Thread

== Class Methods
--- Gst::Thread.new(name=nil)
    Constructs a new Gst::Thread object.
    If element name is ommited (or nil), then the thread will receive a guaranteed
    unique name, consisting of the "thread" string and a number.
    If name is given, it will be given the name supplied.
    * name: a name which will be attributed to the thread.  
    * Returns: a newly created Gst::Thread object.

== Constants
=== GstThreadState
--- STATE_REAPING
--- STATE_SPINNING
--- STATE_STARTED

== Properties
--- priority: GstThreadPriority (Read/Write)
    The scheduling priority of the thread.

== Signals
--- shutdown

== See Also
((<Gst>)).

- ((<lrz>))
