summaryrefslogtreecommitdiff
path: root/docs/gst/tmpl/gstthread.sgml
blob: 85f271d45b10998e0ccd3a4f91aa4b7824377058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!-- ##### 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.  Can contain any set of GstObjects except another GstThread.  All
starting points and/or clocked events must be registered with this object,
to be dealt with in the separate thread.

</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### ENUM GstThreadState ##### -->
<para>
Thread flags:
</para>

@GST_THREAD_STATE_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: