mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
3d34ce7b95
Original commit message from CVS: Updated the manual and the docs. Removed the esdsink in gst/elements/ we have a real one not in the plugins dir. Added more APIs to query the plugins, types and caps. more fields now have a getter and a setter. This is needed to make gstreamer wrapper fiendly. Added gst_element_disconnect beacuse we also have a gst_element_connect
51 lines
1 KiB
Text
51 lines
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. 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_CREATE: The thread is being created.
|
|
@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:
|
|
|
|
|
|
<!-- ##### ARG GstThread:create_thread ##### -->
|
|
<para>
|
|
TRUE if the thread should be created.
|
|
|
|
</para>
|
|
|