2002-01-15 00:41:22 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GstThread
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
|
|
A bin that will become a thread
|
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
|
|
|
A bin that will become a thread if possible when the pipeline is started
|
2002-06-12 22:27:18 +00:00
|
|
|
up. It can contain any set of GstObjects.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
A Thread can act as a toplevel bin as it has its own scheduler.
|
2002-01-15 00:41:22 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
2002-06-12 22:27:18 +00:00
|
|
|
#GstBin, #GstPipeline
|
2002-01-15 00:41:22 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- ##### ENUM GstThreadState ##### -->
|
|
|
|
<para>
|
|
|
|
Thread flags:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@GST_THREAD_STATE_SPINNING: The thread is runnning
|
|
|
|
@GST_THREAD_STATE_REAPING: The thread is ending.
|
2003-06-29 14:57:19 +00:00
|
|
|
@GST_THREAD_MUTEX_LOCKED:
|
2002-01-15 00:41:22 +00:00
|
|
|
@GST_THREAD_FLAG_LAST: subclass use this to start their enumeration
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GstThread ##### -->
|
|
|
|
<para>
|
2002-12-14 13:02:16 +00:00
|
|
|
The GstThread object
|
2002-01-15 00:41:22 +00:00
|
|
|
</para>
|
|
|
|
|
|
|
|
|
2004-02-06 16:25:31 +00:00
|
|
|
<!-- ##### SIGNAL GstThread::shutdown ##### -->
|
2004-02-04 21:29:38 +00:00
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2004-02-06 16:25:31 +00:00
|
|
|
@gstthread: the object which received the signal.
|
2004-02-04 21:29:38 +00:00
|
|
|
|
2004-02-06 16:25:31 +00:00
|
|
|
<!-- ##### ARG GstThread:priority ##### -->
|
|
|
|
<para>
|
|
|
|
The thread priority
|
|
|
|
</para>
|
2004-02-04 21:29:38 +00:00
|
|
|
|
2004-03-13 15:27:01 +00:00
|
|
|
<!-- ##### FUNCTION gst_thread_new ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@name:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|