mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
fix title of sections
Original commit message from CVS: fix title of sections
This commit is contained in:
parent
26c9fb0d10
commit
4de7c6c24f
4 changed files with 24 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* docs/gst/gstreamer-sections.txt:
|
||||||
|
Fix up TITLE of the sections
|
||||||
|
|
||||||
2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* docs/pwg/advanced_interfaces.xml:
|
* docs/pwg/advanced_interfaces.xml:
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>cothreads</FILE>
|
<FILE>cothreads</FILE>
|
||||||
|
<TITLE>Cothreads</TITLE>
|
||||||
cothread_state
|
cothread_state
|
||||||
cothread_func
|
cothread_func
|
||||||
cothread_context
|
cothread_context
|
||||||
|
@ -30,6 +31,7 @@ cothread_current
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstatomic</FILE>
|
<FILE>gstatomic</FILE>
|
||||||
|
<TITLE>GstAtomic</TITLE>
|
||||||
GstAtomicInt
|
GstAtomicInt
|
||||||
gst_atomic_int_init
|
gst_atomic_int_init
|
||||||
gst_atomic_int_destroy
|
gst_atomic_int_destroy
|
||||||
|
@ -43,6 +45,7 @@ gst_atomic_int_dec_and_test
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstmemchunk</FILE>
|
<FILE>gstmemchunk</FILE>
|
||||||
|
<TITLE>GstMemChunk</TITLE>
|
||||||
GstMemChunk
|
GstMemChunk
|
||||||
gst_mem_chunk_new
|
gst_mem_chunk_new
|
||||||
gst_mem_chunk_destroy
|
gst_mem_chunk_destroy
|
||||||
|
@ -83,6 +86,7 @@ gst_marshal_VOID__VOID
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstinfo</FILE>
|
<FILE>gstinfo</FILE>
|
||||||
|
<TITLE>GstInfo</TITLE>
|
||||||
GST_STR_NULL
|
GST_STR_NULL
|
||||||
GST_DEBUG_PAD_NAME
|
GST_DEBUG_PAD_NAME
|
||||||
GST_FUNCTION
|
GST_FUNCTION
|
||||||
|
@ -199,6 +203,7 @@ GST_SCHEDULER_GET_CLASS
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstconfig</FILE>
|
<FILE>gstconfig</FILE>
|
||||||
|
<TITLE>GstConfig</TITLE>
|
||||||
GST_DISABLE_ALLOC_TRACE
|
GST_DISABLE_ALLOC_TRACE
|
||||||
GST_DISABLE_ENUMTYPES
|
GST_DISABLE_ENUMTYPES
|
||||||
GST_DISABLE_GST_DEBUG
|
GST_DISABLE_GST_DEBUG
|
||||||
|
@ -300,6 +305,7 @@ gst_parse_error_get_type
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstarch</FILE>
|
<FILE>gstarch</FILE>
|
||||||
|
<TITLE>GstArch</TITLE>
|
||||||
GST_ARCH_CALL
|
GST_ARCH_CALL
|
||||||
GST_ARCH_SET_SP
|
GST_ARCH_SET_SP
|
||||||
GST_ARCH_SETUP_STACK
|
GST_ARCH_SETUP_STACK
|
||||||
|
@ -595,6 +601,7 @@ GST_IS_ELEMENT_FACTORY_CLASS
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstclock</FILE>
|
<FILE>gstclock</FILE>
|
||||||
|
<TITLE>GstClock</TITLE>
|
||||||
GstClockTime
|
GstClockTime
|
||||||
GstClockTimeDiff
|
GstClockTimeDiff
|
||||||
GstClockID
|
GstClockID
|
||||||
|
@ -665,7 +672,6 @@ gst_clock_return_get_type
|
||||||
<TITLE>GstRegistry</TITLE>
|
<TITLE>GstRegistry</TITLE>
|
||||||
GstRegistryReturn
|
GstRegistryReturn
|
||||||
GstRegistryFlags
|
GstRegistryFlags
|
||||||
<TITLE>GstRegistry</TITLE>
|
|
||||||
GstRegistry
|
GstRegistry
|
||||||
gst_registry_load
|
gst_registry_load
|
||||||
gst_registry_is_loaded
|
gst_registry_is_loaded
|
||||||
|
@ -740,6 +746,7 @@ GstSystemClockClass
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstlog</FILE>
|
<FILE>gstlog</FILE>
|
||||||
|
<TITLE>GstLog</TITLE>
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
gst_info
|
gst_info
|
||||||
GST_SHOW_INFO
|
GST_SHOW_INFO
|
||||||
|
@ -793,6 +800,7 @@ gst_object_flags_get_type
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstquery</FILE>
|
<FILE>gstquery</FILE>
|
||||||
|
<TITLE>GstQuery</TITLE>
|
||||||
GstQueryType
|
GstQueryType
|
||||||
GST_QUERY_TYPE_RATE_DEN
|
GST_QUERY_TYPE_RATE_DEN
|
||||||
GstQueryTypeDefinition
|
GstQueryTypeDefinition
|
||||||
|
@ -1145,6 +1153,7 @@ gst_alloc_trace_flags_get_type
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gsttypefind</FILE>
|
<FILE>gsttypefind</FILE>
|
||||||
|
<TITLE>GstTypeFind</TITLE>
|
||||||
<TITLE>Writing typefind functions</TITLE>
|
<TITLE>Writing typefind functions</TITLE>
|
||||||
GstTypeFind
|
GstTypeFind
|
||||||
GstTypeFindFunction
|
GstTypeFindFunction
|
||||||
|
@ -1244,6 +1253,7 @@ gst_uri_get_uri_type
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gstcompat</FILE>
|
<FILE>gstcompat</FILE>
|
||||||
|
<TITLE>GstCompat</TITLE>
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
gst_element_connect
|
gst_element_connect
|
||||||
gst_element_connect_pads
|
gst_element_connect_pads
|
||||||
|
|
|
@ -991,6 +991,7 @@ Is triggered whenever an error occured.
|
||||||
@:
|
@:
|
||||||
@:
|
@:
|
||||||
@:
|
@:
|
||||||
|
@:
|
||||||
@:
|
@:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::found-tag ##### -->
|
<!-- ##### SIGNAL GstElement::found-tag ##### -->
|
||||||
|
|
|
@ -110,6 +110,10 @@ 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:
|
||||||
|
@ -119,7 +123,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