Removed the audiosink/src from the docs.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 27 Mar 2001 16:25:00 +0000 (16:25 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 27 Mar 2001 16:25:00 +0000 (16:25 +0000)
Original commit message from CVS:
Removed the audiosink/src from the docs.
Removed the audioraw metadata file from the docs.

docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
docs/gst/gstreamer.hierarchy
docs/gst/tmpl/audioraw.sgml [deleted file]
docs/gst/tmpl/gstaudiosink.sgml [deleted file]
docs/gst/tmpl/gstaudiosrc.sgml [deleted file]
docs/gst/tmpl/gstcaps.sgml
docs/gst/tmpl/gstprops.sgml
docs/gst/tmpl/gstreamer-unused.sgml

index 67b2acbb636606577a8133d48a142b79dd89261e..c82525e600134c2e72de934dd145094dce7e8281 100644 (file)
 <!entity GstDiskSrc SYSTEM "sgml/gstdisksrc.sgml">
 <!entity GstHttpSrc SYSTEM "sgml/gsthttpsrc.sgml">
 <!entity GstFdSrc SYSTEM "sgml/gstfdsrc.sgml">
-<!entity GstAudioSrc SYSTEM "sgml/gstaudiosrc.sgml">
 <!entity GstSineSrc SYSTEM "sgml/gstsinesrc.sgml">
-<!entity GstAudioSink SYSTEM "sgml/gstaudiosink.sgml">
 <!entity GstFdSink SYSTEM "sgml/gstfdsink.sgml">
 <!entity GstIdentity SYSTEM "sgml/gstidentity.sgml">
 <!entity GstPipefilter SYSTEM "sgml/gstpipefilter.sgml">
 <!entity GstTee SYSTEM "sgml/gsttee.sgml">
 
-<!entity audioraw SYSTEM "sgml/audioraw.sgml">
 <!entity spectrum SYSTEM "sgml/spectrum.sgml">
 <!entity videoraw SYSTEM "sgml/videoraw.sgml">
 
@@ -128,9 +125,6 @@ with some more specialized elements.</para>
     &GstDiskSrc;
     &GstHttpSrc;
     
-    &GstAudioSrc;
-    &GstAudioSink;
-
     &GstSineSrc;
 
     &GstFdSrc;
@@ -148,7 +142,6 @@ with some more specialized elements.</para>
     <para>MetaData is used to specify the content of buffers. See <classname>GstMeta</classname>. </para>
 
     &spectrum;
-    &audioraw;
     &videoraw;
   </chapter>
 
index be501c24dd969773909c648d4e6153c5af6fca81..7904d54ed0b9ff408c5f336003367478f9e3fbbb 100644 (file)
@@ -768,37 +768,6 @@ GST_STATIC_AUTOPLUG_RENDER_CLASS
 GST_IS_STATIC_AUTOPLUG_RENDER_CLASS
 </SECTION>
 
-<SECTION>
-<FILE>gstaudiosink</FILE>
-<TITLE>GstAudioSink</TITLE>
-<SUBSECTION Standard>
-GstAudioSink
-GstAudioSinkClass
-GstAudioSinkFlags
-gst_audiosink_get_type
-GST_TYPE_AUDIOSINK
-GST_AUDIOSINK
-GST_AUDIOSINK_CLASS
-GST_IS_AUDIOSINK
-GST_IS_AUDIOSINK_CLASS
-gst_audiosink_factory_init
-</SECTION>
-
-<SECTION>
-<FILE>gstaudiosrc</FILE>
-<TITLE>GstAudioSrc</TITLE>
-<SUBSECTION Standard>
-GstAudioSrc
-GstAudioSrcClass
-GstAudioSrcFlags
-gst_audiosrc_get_type
-GST_TYPE_AUDIOSRC
-GST_AUDIOSRC
-GST_AUDIOSRC_CLASS
-GST_IS_AUDIOSRC
-GST_IS_AUDIOSRC_CLASS
-</SECTION>
-
 <SECTION>
 <FILE>gstdisksrc</FILE>
 <TITLE>GstDiskSrc</TITLE>
@@ -957,12 +926,6 @@ GST_IS_TYPEFIND
 GST_IS_TYPEFIND_CLASS
 </SECTION>
 
-<SECTION>
-<INCLUDE>gst/meta/audioraw.h</INCLUDE>
-<FILE>audioraw</FILE>
-MetaAudioRaw
-</SECTION>
-
 <SECTION>
 <INCLUDE>gst/meta/spectrum.h</INCLUDE>
 <FILE>spectrum</FILE>
index d0831e70ddb232dcc5f207ebae4762c97ef5193c..3fcebbbbf3437bfa9f7052d4b97bb9ff34b7f972 100644 (file)
@@ -11,9 +11,7 @@ GtkObject
       GstDiskSrc
       GstHttpSrc
       GstFdSrc
-      GstAudioSrc
       GstSineSrc
-      GstAudioSink
       GstFdSink
       GstPipefilter
       GstIdentity
diff --git a/docs/gst/tmpl/audioraw.sgml b/docs/gst/tmpl/audioraw.sgml
deleted file mode 100644 (file)
index df16e49..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-audioraw
-
-<!-- ##### SECTION Short_Description ##### -->
-Information about audio buffers.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-Information about audio buffers.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### STRUCT MetaAudioRaw ##### -->
-<para>
-
-</para>
-
-@meta: 
-@format: 
-@channels: 
-@frequency: 
-@bps: 
-
diff --git a/docs/gst/tmpl/gstaudiosink.sgml b/docs/gst/tmpl/gstaudiosink.sgml
deleted file mode 100644 (file)
index 87e51aa..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GstAudioSink
-
-<!-- ##### SECTION Short_Description ##### -->
-Output to a sound card via OSS. (audiosink)
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-Output to a sound card via OSS.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SIGNAL GstAudioSink::handoff ##### -->
-<para>
-The buffer is sent to the sound card.
-</para>
-
-@gstaudiosink: the object which received the signal.
-<!-- # Unused Parameters # -->
-@arg1: the audiosink.
-
-<!-- ##### ARG GstAudioSink:mute ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GstAudioSink:format ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GstAudioSink:channels ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GstAudioSink:frequency ##### -->
-<para>
-
-</para>
-
diff --git a/docs/gst/tmpl/gstaudiosrc.sgml b/docs/gst/tmpl/gstaudiosrc.sgml
deleted file mode 100644 (file)
index 721a58f..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-GstAudioSrc
-
-<!-- ##### SECTION Short_Description ##### -->
-Read from the sound card. (audiosrc)
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-Create buffers from an OSS sound card.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GstAudioSrc:bytes_per_read ##### -->
-<para>
-The number of bytes per read.
-</para>
-
-<!-- ##### ARG GstAudioSrc:curoffset ##### -->
-<para>
-Get the current number of bytes read.
-</para>
-
-<!-- ##### ARG GstAudioSrc:format ##### -->
-<para>
-The audio format as defined in soundcard.h
-</para>
-
-<!-- ##### ARG GstAudioSrc:channels ##### -->
-<para>
-The number of channels (mono, stereo, ...)
-</para>
-
-<!-- ##### ARG GstAudioSrc:frequency ##### -->
-<para>
-The frequency.
-</para>
-
index 93ec147feb42449c686c0062aae28c8c1bf5b753..014c2854ec80a7badd38cf35eb9e9b73558a6c02 100644 (file)
@@ -23,6 +23,7 @@ a mime-type and a set of properties.
 @name: the name of the capability, for the application
 @id: the typeid of the capability
 @refcount: 
+@lock: 
 @properties: the properties of the capability
 @next: 
 
index 2876c163c26fbdf30272b11d281fa26464a8503f..eb27fb0b86e53e356e48f70936359bf304117ffa 100644 (file)
@@ -21,6 +21,7 @@ GstCaps
 </para>
 
 @refcount: 
+@lock: 
 @properties: the properties
 
 <!-- ##### TYPEDEF GstPropsFactoryEntry ##### -->
index d659b0cde07a0ba912f5682903f74b891dbad099..2e111acc0656523b48c4ad52be7d266c9ad8be9d 100644 (file)
@@ -12,6 +12,12 @@ Query the element for the current mime type
 </para>
 
 
+<!-- ##### ARG GstAudioSink:mute ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### STRUCT GstFakeSrc ##### -->
 <para>
 
@@ -61,21 +67,21 @@ Query the element for the current mime type
 </para>
 
 
-<!-- ##### FUNCTION gst_pad_remove_ghost_parent ##### -->
+<!-- ##### FUNCTION gst_fdsink_chain ##### -->
 <para>
 
 </para>
 
 @pad: 
-@parent
+@buf
 
-<!-- ##### FUNCTION gst_fdsink_chain ##### -->
+<!-- ##### FUNCTION gst_pad_remove_ghost_parent ##### -->
 <para>
 
 </para>
 
 @pad: 
-@buf
+@parent
 
 <!-- ##### FUNCTION gst_identity_chain ##### -->
 <para>
@@ -171,6 +177,12 @@ GstEsdSink
 
 @obj: 
 
+<!-- ##### SECTION ./tmpl/gstaudiosrc.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### MACRO GST_AUDIOSINK ##### -->
 <para>
 
@@ -208,6 +220,12 @@ the stream.
 </para>
 
 
+<!-- ##### SECTION ./tmpl/audioraw.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### MACRO GST_IS_ESDSINK_CLASS ##### -->
 <para>
 
@@ -331,16 +349,16 @@ subclass use this to start their flag enumeration
 @audiosink: 
 @channels: 
 
-<!-- ##### SECTION ./tmpl/gstconnection.sgml:Short_Description ##### -->
-Generic connection between elements.
-
-
 <!-- ##### STRUCT GstSinkClass ##### -->
 <para>
 
 </para>
 
 
+<!-- ##### SECTION ./tmpl/gstconnection.sgml:Short_Description ##### -->
+Generic connection between elements.
+
+
 <!-- ##### STRUCT GstFilterClass ##### -->
 <para>
 
@@ -363,6 +381,12 @@ Generic connection between elements.
 @format: 
 @args...: 
 
+<!-- ##### SECTION ./tmpl/gstaudiosink.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### MACRO GST_FILTER ##### -->
 <para>
 
@@ -578,6 +602,12 @@ Specify the current offset in the file.
 </para>
 
 
+<!-- ##### ARG GstAudioSink:format ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### SECTION ./tmpl/GstElement.sgml:Long_Description ##### -->
 <para>
 
@@ -612,32 +642,32 @@ Specify the current offset in the file.
 @name: 
 @Returns: 
 
-<!-- ##### STRUCT GstConnection ##### -->
+<!-- ##### STRUCT GstQueueClass ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### STRUCT GstQueueClass ##### -->
+<!-- ##### STRUCT GstConnection ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### FUNCTION gst_fakesrc_push ##### -->
+<!-- ##### FUNCTION gst_type_add_sink ##### -->
 <para>
 
 </para>
 
-@src: 
+@id: 
+@sink: 
 
-<!-- ##### FUNCTION gst_type_add_sink ##### -->
+<!-- ##### FUNCTION gst_fakesrc_push ##### -->
 <para>
 
 </para>
 
-@id: 
-@sink: 
+@src: 
 
 <!-- ##### MACRO GST_IS_IDENTITY_CLASS ##### -->
 <para>
@@ -650,6 +680,10 @@ Specify the current offset in the file.
 GstGetbits
 
 
+<!-- ##### SECTION ./tmpl/audioraw.sgml:Title ##### -->
+audioraw
+
+
 <!-- ##### MACRO GST_FDSINK_CLASS ##### -->
 <para>
 
@@ -756,6 +790,12 @@ GstGetbits
 
 @obj: 
 
+<!-- ##### ARG GstAudioSrc:format ##### -->
+<para>
+The audio format as defined in soundcard.h
+</para>
+
+
 <!-- ##### MACRO GST_IS_HTTPSRC_CLASS ##### -->
 <para>
 
@@ -829,6 +869,14 @@ The fequency.
 
 @obj: 
 
+<!-- ##### SIGNAL GstAudioSink::handoff ##### -->
+<para>
+The buffer is sent to the sound card.
+</para>
+
+@gstaudiosink: the object which received the signal.
+@arg1: the audiosink.
+
 <!-- ##### MACRO GST_IS_FDSRC_CLASS ##### -->
 <para>
 
@@ -1018,19 +1066,19 @@ GstFilter
 
 @obj: 
 
-<!-- ##### MACRO GST_IS_QUEUE_CLASS ##### -->
+<!-- ##### FUNCTION gst_fdsrc_get_type ##### -->
 <para>
 
 </para>
 
-@obj
+@Returns
 
-<!-- ##### FUNCTION gst_fdsrc_get_type ##### -->
+<!-- ##### MACRO GST_IS_QUEUE_CLASS ##### -->
 <para>
 
 </para>
 
-@Returns
+@obj
 
 <!-- ##### FUNCTION gst_pad_get_type_id ##### -->
 <para>
@@ -1055,6 +1103,10 @@ Flags for the GstSrc element
 @GST_SRC_ASYNC: Indicates that this src is asynchronous
 @GST_SRC_FLAG_LAST: subclasses can use this to number their flags
 
+<!-- ##### SECTION ./tmpl/gstaudiosink.sgml:Short_Description ##### -->
+
+
+
 <!-- ##### SECTION ./tmpl/gstcolorspace.sgml:Title ##### -->
 GstColorSpace
 
@@ -1112,19 +1164,19 @@ GstColorSpace
 
 @obj: 
 
-<!-- ##### FUNCTION gst_asyncdisksrc_get_type ##### -->
+<!-- ##### MACRO GST_AUDIOSINK_CLASS ##### -->
 <para>
 
 </para>
 
-@Returns: 
+@klass: 
 
-<!-- ##### MACRO GST_AUDIOSINK_CLASS ##### -->
+<!-- ##### FUNCTION gst_asyncdisksrc_get_type ##### -->
 <para>
 
 </para>
 
-@klass: 
+@Returns: 
 
 <!-- ##### MACRO GST_SRC_CLASS ##### -->
 <para>
@@ -1155,19 +1207,19 @@ GstColorSpace
 @pad: 
 @Returns: 
 
-<!-- ##### MACRO GST_PROPS_FOURCC_ID ##### -->
+<!-- ##### FUNCTION gst_esdsink_new ##### -->
 <para>
 
 </para>
 
+@name: 
+@Returns: 
 
-<!-- ##### FUNCTION gst_esdsink_new ##### -->
+<!-- ##### MACRO GST_PROPS_FOURCC_ID ##### -->
 <para>
 
 </para>
 
-@name: 
-@Returns: 
 
 <!-- ##### FUNCTION gst_element_request_pad ##### -->
 <para>
@@ -1190,6 +1242,23 @@ GstColorSpace
 The end point of a filter graph
 
 
+<!-- ##### STRUCT MetaAudioRaw ##### -->
+<para>
+
+</para>
+
+@meta: 
+@format: 
+@channels: 
+@frequency: 
+@bps: 
+
+<!-- ##### ARG GstAudioSrc:channels ##### -->
+<para>
+The number of channels (mono, stereo, ...)
+</para>
+
+
 <!-- ##### STRUCT GstFakeSink ##### -->
 <para>
 
@@ -1241,6 +1310,10 @@ This macro checks to see if the given state is set.
 
 @obj: 
 
+<!-- ##### SECTION ./tmpl/gstaudiosink.sgml:Title ##### -->
+GstAudioSink
+
+
 <!-- ##### MACRO GST_IS_ASYNCDISKSRC ##### -->
 <para>
 
@@ -1284,16 +1357,16 @@ This macro sets the given flags.
 </para>
 
 
-<!-- ##### SECTION ./tmpl/gstsink.sgml:Title ##### -->
-GstSink
-
-
 <!-- ##### MACRO GST_CPU_FLAG_MMX ##### -->
 <para>
 A flag indicating that MMX instructions are supported.
 </para>
 
 
+<!-- ##### SECTION ./tmpl/gstsink.sgml:Title ##### -->
+GstSink
+
+
 <!-- ##### FUNCTION gst_object_get_type ##### -->
 <para>
 
@@ -1325,6 +1398,12 @@ This macro usets the given flags.
 @flag: Flag to set, must be a single bit in guint32.
 @obj: GstSrc to unset flag in.
 
+<!-- ##### ARG GstAudioSrc:frequency ##### -->
+<para>
+The frequency.
+</para>
+
+
 <!-- ##### MACRO GST_IS_SINK_CLASS ##### -->
 <para>
 
@@ -1557,6 +1636,12 @@ GstElement
 
 @obj: 
 
+<!-- ##### SECTION ./tmpl/gstaudiosink.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### SECTION ./tmpl/gstsink.sgml:Long_Description ##### -->
 <para>
 The sink is the end of the filter graph. A typical sink would be an audio
@@ -1565,19 +1650,19 @@ or a video card.
 </para>
 
 
-<!-- ##### MACRO GST_IS_BIN_CLASS ##### -->
+<!-- ##### FUNCTION gst_esdsink_get_type ##### -->
 <para>
 
 </para>
 
-@obj
+@Returns
 
-<!-- ##### FUNCTION gst_esdsink_get_type ##### -->
+<!-- ##### MACRO GST_IS_BIN_CLASS ##### -->
 <para>
 
 </para>
 
-@Returns
+@obj
 
 <!-- ##### SECTION ./tmpl/GstElement.sgml:See_Also ##### -->
 <para>
@@ -1599,19 +1684,25 @@ Query whether this object has multiple input pads.
 
 @obj: Element to query for multiple input pads.
 
+<!-- ##### MACRO DEBUG_NOPREFIX ##### -->
+<para>
+
+</para>
+
+@format: 
+@args...: 
+
 <!-- ##### SECTION ./tmpl/gstfilter.sgml:See_Also ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### MACRO DEBUG_NOPREFIX ##### -->
+<!-- ##### ARG GstAudioSink:frequency ##### -->
 <para>
 
 </para>
 
-@format: 
-@args...: 
 
 <!-- ##### STRUCT GstFdSrc ##### -->
 <para>
@@ -1762,19 +1853,19 @@ on its own.
 
 @obj: 
 
-<!-- ##### MACRO GST_FAKESINK_CLASS ##### -->
+<!-- ##### MACRO GST_IS_DISKSRC ##### -->
 <para>
 
 </para>
 
-@klass
+@obj
 
-<!-- ##### MACRO GST_IS_DISKSRC ##### -->
+<!-- ##### MACRO GST_FAKESINK_CLASS ##### -->
 <para>
 
 </para>
 
-@obj
+@klass
 
 <!-- ##### MACRO GST_TYPE_FDSINK ##### -->
 <para>
@@ -1866,6 +1957,10 @@ Get the size of the current file.
 </para>
 
 
+<!-- ##### SECTION ./tmpl/gstaudiosrc.sgml:Short_Description ##### -->
+
+
+
 <!-- ##### SECTION ./tmpl/gstsrc.sgml:Short_Description ##### -->
 The start point of a filter graph
 
@@ -1957,13 +2052,6 @@ The start point of a filter graph
 
 @audiosink: 
 
-<!-- ##### MACRO GST_IS_FAKESINK ##### -->
-<para>
-
-</para>
-
-@obj: 
-
 <!-- ##### MACRO GST_STATE_UNSET ##### -->
 <para>
 This macro unsets the given state on the element.
@@ -1972,6 +2060,13 @@ This macro unsets the given state on the element.
 @obj: Element to unset state of.
 @flag: State to unset, can be any number of bits in guint32.
 
+<!-- ##### MACRO GST_IS_FAKESINK ##### -->
+<para>
+
+</para>
+
+@obj: 
+
 <!-- ##### MACRO GST_QUEUE_CLASS ##### -->
 <para>
 
@@ -2016,6 +2111,12 @@ This macro unsets the given state on the element.
 
 @elementfactory: 
 
+<!-- ##### ARG GstAudioSrc:bytes_per_read ##### -->
+<para>
+The number of bytes per read.
+</para>
+
+
 <!-- ##### FUNCTION gst_element_loopfunc_wrapper ##### -->
 <para>
 </para>
@@ -2031,22 +2132,22 @@ This macro unsets the given state on the element.
 
 @obj: 
 
-<!-- ##### MACRO ERROR_OBJECT ##### -->
+<!-- ##### FUNCTION gst_sinesrc_get_type ##### -->
 <para>
 
 </para>
 
-@element: 
-@object: 
-@format: 
-@args...: 
+@Returns: 
 
-<!-- ##### FUNCTION gst_sinesrc_get_type ##### -->
+<!-- ##### MACRO ERROR_OBJECT ##### -->
 <para>
 
 </para>
 
-@Returns: 
+@element: 
+@object: 
+@format: 
+@args...: 
 
 <!-- ##### MACRO GST_IS_IDENTITY ##### -->
 <para>
@@ -2075,6 +2176,12 @@ This macro unsets the given state on the element.
 
 @obj: 
 
+<!-- ##### SECTION ./tmpl/gstaudiosrc.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### FUNCTION gst_audiosink_get_type ##### -->
 <para>
 
@@ -2146,21 +2253,21 @@ This macro sets the given state on the element.
 
 @obj: 
 
-<!-- ##### FUNCTION gst_fdsink_get_type ##### -->
+<!-- ##### FUNCTION gst_src_push_region ##### -->
 <para>
 
 </para>
 
-@Returns: 
+@src: 
+@offset: 
+@size: 
 
-<!-- ##### FUNCTION gst_src_push_region ##### -->
+<!-- ##### FUNCTION gst_fdsink_get_type ##### -->
 <para>
 
 </para>
 
-@src: 
-@offset: 
-@size: 
+@Returns: 
 
 <!-- ##### STRUCT GstPipelineClass ##### -->
 <para>
@@ -2206,6 +2313,10 @@ Is trigered whenever the state of an element changes
 
 @Returns: 
 
+<!-- ##### SECTION ./tmpl/audioraw.sgml:Short_Description ##### -->
+Information about audio buffers.
+
+
 <!-- ##### SECTION ./tmpl/gstfilter.sgml:Short_Description ##### -->
 Take data in and spit data out
 
@@ -2242,13 +2353,13 @@ A flag indicating that SSE instructions are supported.
 
 @obj: 
 
-<!-- ##### ARG GstAsyncDiskSrc:size ##### -->
+<!-- ##### STRUCT GstDiskSrcClass ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### STRUCT GstDiskSrcClass ##### -->
+<!-- ##### ARG GstAsyncDiskSrc:size ##### -->
 <para>
 
 </para>
@@ -2274,6 +2385,12 @@ A flag indicating that SSE instructions are supported.
 
 @obj: 
 
+<!-- ##### SECTION ./tmpl/audioraw.sgml:Long_Description ##### -->
+<para>
+Information about audio buffers.
+</para>
+
+
 <!-- ##### ENUM GstPropsId ##### -->
 <para>
 
@@ -2365,6 +2482,10 @@ Specify the location of the file to read.
 @audiosink: 
 @format: 
 
+<!-- ##### SECTION ./tmpl/gstaudiosrc.sgml:Title ##### -->
+GstAudioSrc
+
+
 <!-- ##### MACRO INFO ##### -->
 <para>
 
@@ -2381,6 +2502,13 @@ the offset.
 </para>
 
 
+<!-- ##### MACRO GST_IS_ASYNCDISKSRC_CLASS ##### -->
+<para>
+
+</para>
+
+@obj: 
+
 <!-- ##### FUNCTION gst_sinesrc_new ##### -->
 <para>
 
@@ -2389,12 +2517,11 @@ the offset.
 @name: 
 @Returns: 
 
-<!-- ##### MACRO GST_IS_ASYNCDISKSRC_CLASS ##### -->
+<!-- ##### ARG GstAudioSrc:curoffset ##### -->
 <para>
-
+Get the current number of bytes read.
 </para>
 
-@obj: 
 
 <!-- ##### FUNCTION gst_plugin_init ##### -->
 <para>
@@ -2425,14 +2552,13 @@ plugin
 </para>
 
 
-<!-- ##### MACRO GST_BIN_CLASS ##### -->
+<!-- ##### ARG GstAudioSink:channels ##### -->
 <para>
 
 </para>
 
-@klass: 
 
-<!-- ##### MACRO GST_HTTPSRC_CLASS ##### -->
+<!-- ##### MACRO GST_BIN_CLASS ##### -->
 <para>
 
 </para>
@@ -2446,6 +2572,13 @@ plugin
 
 @obj: 
 
+<!-- ##### MACRO GST_HTTPSRC_CLASS ##### -->
+<para>
+
+</para>
+
+@klass: 
+
 <!-- ##### ARG GstPad:active ##### -->
 <para>
 Indicates this pad is active