mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 01:15:39 +00:00
2b58a38a2b
Original commit message from CVS: thread's dead, baby. thread's dead.
20 lines
489 B
Text
20 lines
489 B
Text
<!-- ##### SECTION Title ##### -->
|
|
GstThread
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
A #GstBin that executes automatically using a separate thread
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
A bin that will become a thread if possible when the pipeline is started
|
|
up. It can contain any set of GstObjects.
|
|
</para>
|
|
<para>
|
|
A Thread can act as a toplevel bin as it has its own scheduler.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GstBin, #GstPipeline
|
|
</para>
|
|
|