2002-01-15 00:41:22 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GstThread
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2004-03-25 04:20:33 +00:00
|
|
|
A #GstBin that executes automatically using a separate thread
|
2002-01-15 00:41:22 +00:00
|
|
|
|
|
|
|
<!-- ##### 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>
|
|
|
|
|