mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
30879f4362
Original commit message from CVS: doc fixen
62 lines
1.1 KiB
Text
62 lines
1.1 KiB
Text
<!-- ##### 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
|
|
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>
|
|
|
|
<!-- ##### ENUM GstThreadState ##### -->
|
|
<para>
|
|
Thread flags:
|
|
</para>
|
|
|
|
@GST_THREAD_STATE_STARTED: The thread is started
|
|
@GST_THREAD_STATE_SPINNING: The thread is runnning
|
|
@GST_THREAD_STATE_REAPING: The thread is ending.
|
|
@GST_THREAD_FLAG_LAST: subclass use this to start their enumeration
|
|
|
|
<!-- ##### STRUCT GstThread ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gst_thread_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@name:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### SIGNAL GstThread::shutdown ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@gstthread: the object which received the signal.
|
|
|
|
<!-- ##### ARG GstThread:schedpolicy ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GstThread:priority ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|