ac3parse: add documentation
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 5 Jan 2010 14:04:38 +0000 (15:04 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 5 Jan 2010 16:50:36 +0000 (17:50 +0100)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
gst/audioparsers/gstac3parse.c

index be02285..7c98dc4 100644 (file)
@@ -125,6 +125,7 @@ EXTRA_HFILES = \
        $(top_srcdir)/gst/aiff/aiffparse.h \
        $(top_srcdir)/gst/aiff/aiffmux.h \
        $(top_srcdir)/gst/audioparsers/gstaacparse.h \
+       $(top_srcdir)/gst/audioparsers/gstac3parse.h \
        $(top_srcdir)/gst/audioparsers/gstamrparse.h \
        $(top_srcdir)/gst/audioparsers/gstflacparse.h \
        $(top_srcdir)/gst/autoconvert/gstautoconvert.h \
index 8ce143c..5e259e6 100644 (file)
@@ -18,6 +18,7 @@
   <chapter>
     <title>gst-plugins-bad Elements</title>
     <xi:include href="xml/element-aacparse.xml" />
+    <xi:include href="xml/element-ac3parse.xml" />
     <xi:include href="xml/element-aiffparse.xml" />
     <xi:include href="xml/element-aiffmux.xml" />
     <xi:include href="xml/element-amrparse.xml" />
index 53cc818..7703c27 100644 (file)
@@ -13,6 +13,20 @@ gst_aacparse_get_type
 </SECTION>
 
 <SECTION>
+<FILE>element-ac3parse</FILE>
+<TITLE>ac3parse</TITLE>
+GstAc3Parse
+<SUBSECTION Standard>
+GstAc3ParseClass
+GST_AC3_PARSE
+GST_AC3_PARSE_CLASS
+GST_IS_AC3_PARSE
+GST_IS_AC3_PARSE_CLASS
+GST_TYPE_AC3_PARSE
+gst_ac3_parse_get_type
+</SECTION>
+
+<SECTION>
 <FILE>element-aiffmux</FILE>
 <TITLE>aiffmux</TITLE>
 GstAiffMux
index 4d1efa6..c19c334 100644 (file)
@@ -20,7 +20,7 @@
  * Boston, MA 02111-1307, USA.
  */
 /**
- * SECTION:gstac3parse
+ * SECTION:element-ac3parse
  * @short_description: AC3 parser
  * @see_also: #GstAmrParse, #GstAACParse
  *