mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +00:00
rearrange documentation
Original commit message from CVS: rearrange documentation
This commit is contained in:
parent
4de7c6c24f
commit
0d7d7838a3
4 changed files with 73 additions and 75 deletions
|
@ -63,16 +63,7 @@
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>GStreamer Core Reference Manual</title>
|
<title>GStreamer Core Reference Manual</title>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
<chapter id="gstreamer-support">
|
|
||||||
<title>GStreamer Core Support</title>
|
|
||||||
<para>
|
|
||||||
</para>
|
|
||||||
|
|
||||||
&cothreads;
|
|
||||||
&GstAtomic;
|
|
||||||
&GstMemChunk;
|
|
||||||
|
|
||||||
</chapter>
|
|
||||||
<chapter id="gstreamer">
|
<chapter id="gstreamer">
|
||||||
<title>GStreamer Core Library</title>
|
<title>GStreamer Core Library</title>
|
||||||
|
|
||||||
|
@ -117,6 +108,18 @@ with some more specialized elements.</para>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="gstreamer-support">
|
||||||
|
<title>GStreamer Core Support</title>
|
||||||
|
<para>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
&cothreads;
|
||||||
|
&GstAtomic;
|
||||||
|
&GstMemChunk;
|
||||||
|
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<!--
|
||||||
<chapter id="element-types">
|
<chapter id="element-types">
|
||||||
<title>GStreamer Standard Elements</title>
|
<title>GStreamer Standard Elements</title>
|
||||||
|
|
||||||
|
@ -126,7 +129,6 @@ with some more specialized elements.</para>
|
||||||
g_object_set() functions and the GStreamer Core Library functions.
|
g_object_set() functions and the GStreamer Core Library functions.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<!--
|
|
||||||
&GstAggregator;
|
&GstAggregator;
|
||||||
|
|
||||||
&GstFakeSrc;
|
&GstFakeSrc;
|
||||||
|
@ -145,8 +147,8 @@ with some more specialized elements.</para>
|
||||||
&GstMD5Sink;
|
&GstMD5Sink;
|
||||||
|
|
||||||
&GstTee;
|
&GstTee;
|
||||||
-->
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<chapter id="gst-index">
|
<chapter id="gst-index">
|
||||||
|
|
|
@ -1,59 +1,4 @@
|
||||||
<INCLUDE>gst/gst.h</INCLUDE>
|
<INCLUDE>gst/gst.h</INCLUDE>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>cothreads</FILE>
|
|
||||||
<TITLE>Cothreads</TITLE>
|
|
||||||
cothread_state
|
|
||||||
cothread_func
|
|
||||||
cothread_context
|
|
||||||
COTHREAD_STARTED
|
|
||||||
COTHREAD_DESTROYED
|
|
||||||
cothread_context_init
|
|
||||||
cothread_context_free
|
|
||||||
cothread_get_private
|
|
||||||
cothread_set_private
|
|
||||||
cothread_create
|
|
||||||
cothread_free
|
|
||||||
cothread_setfunc
|
|
||||||
cothread_stop
|
|
||||||
cothread_switch
|
|
||||||
cothread_context_get_data
|
|
||||||
cothread_context_set_data
|
|
||||||
cothread_lock
|
|
||||||
cothread_trylock
|
|
||||||
cothread_unlock
|
|
||||||
cothread_main
|
|
||||||
cothread_current_main
|
|
||||||
cothread_current
|
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gstatomic</FILE>
|
|
||||||
<TITLE>GstAtomic</TITLE>
|
|
||||||
GstAtomicInt
|
|
||||||
gst_atomic_int_init
|
|
||||||
gst_atomic_int_destroy
|
|
||||||
gst_atomic_int_set
|
|
||||||
gst_atomic_int_read
|
|
||||||
gst_atomic_int_add
|
|
||||||
gst_atomic_int_inc
|
|
||||||
gst_atomic_int_dec_and_test
|
|
||||||
<SUBSECTION Standard>
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gstmemchunk</FILE>
|
|
||||||
<TITLE>GstMemChunk</TITLE>
|
|
||||||
GstMemChunk
|
|
||||||
gst_mem_chunk_new
|
|
||||||
gst_mem_chunk_destroy
|
|
||||||
gst_mem_chunk_alloc
|
|
||||||
gst_mem_chunk_alloc0
|
|
||||||
gst_mem_chunk_free
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gst</FILE>
|
<FILE>gst</FILE>
|
||||||
<TITLE>Gst</TITLE>
|
<TITLE>Gst</TITLE>
|
||||||
|
@ -1063,9 +1008,7 @@ GstPluginError
|
||||||
GstPlugin
|
GstPlugin
|
||||||
GstPluginInitFunc
|
GstPluginInitFunc
|
||||||
GstPluginDesc
|
GstPluginDesc
|
||||||
gst_plugin_set_name
|
|
||||||
gst_plugin_get_name
|
gst_plugin_get_name
|
||||||
gst_plugin_get_longname
|
|
||||||
gst_plugin_get_filename
|
gst_plugin_get_filename
|
||||||
gst_plugin_is_loaded
|
gst_plugin_is_loaded
|
||||||
gst_plugin_get_feature_list
|
gst_plugin_get_feature_list
|
||||||
|
@ -1372,4 +1315,58 @@ GST_IS_INDEX_FACTORY
|
||||||
GST_IS_INDEX_FACTORY_CLASS
|
GST_IS_INDEX_FACTORY_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>cothreads</FILE>
|
||||||
|
<TITLE>Cothreads</TITLE>
|
||||||
|
cothread_state
|
||||||
|
cothread_func
|
||||||
|
cothread_context
|
||||||
|
COTHREAD_STARTED
|
||||||
|
COTHREAD_DESTROYED
|
||||||
|
cothread_context_init
|
||||||
|
cothread_context_free
|
||||||
|
cothread_get_private
|
||||||
|
cothread_set_private
|
||||||
|
cothread_create
|
||||||
|
cothread_free
|
||||||
|
cothread_setfunc
|
||||||
|
cothread_stop
|
||||||
|
cothread_switch
|
||||||
|
cothread_context_get_data
|
||||||
|
cothread_context_set_data
|
||||||
|
cothread_lock
|
||||||
|
cothread_trylock
|
||||||
|
cothread_unlock
|
||||||
|
cothread_main
|
||||||
|
cothread_current_main
|
||||||
|
cothread_current
|
||||||
|
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gstatomic</FILE>
|
||||||
|
<TITLE>GstAtomic</TITLE>
|
||||||
|
GstAtomicInt
|
||||||
|
gst_atomic_int_init
|
||||||
|
gst_atomic_int_destroy
|
||||||
|
gst_atomic_int_set
|
||||||
|
gst_atomic_int_read
|
||||||
|
gst_atomic_int_add
|
||||||
|
gst_atomic_int_inc
|
||||||
|
gst_atomic_int_dec_and_test
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gstmemchunk</FILE>
|
||||||
|
<TITLE>GstMemChunk</TITLE>
|
||||||
|
GstMemChunk
|
||||||
|
gst_mem_chunk_new
|
||||||
|
gst_mem_chunk_destroy
|
||||||
|
gst_mem_chunk_alloc
|
||||||
|
gst_mem_chunk_alloc0
|
||||||
|
gst_mem_chunk_free
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -993,6 +993,9 @@ Is triggered whenever an error occured.
|
||||||
@:
|
@:
|
||||||
@:
|
@:
|
||||||
@:
|
@:
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::found-tag ##### -->
|
<!-- ##### SIGNAL GstElement::found-tag ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -110,10 +110,6 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
|
||||||
@:
|
|
||||||
@:
|
|
||||||
|
|
||||||
@gstxml: the object which received the signal.
|
@gstxml: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
@arg2:
|
@arg2:
|
||||||
|
@ -123,7 +119,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@gstxml: the object which received the signal.
|
@:
|
||||||
@arg1:
|
@:
|
||||||
@arg2:
|
@:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue