mpegaudioparse: add to documentation
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 3 Dec 2010 17:11:38 +0000 (18:11 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 3 Dec 2010 17:23:17 +0000 (18:23 +0100)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
gst/audioparsers/gstmpegaudioparse.c

index b9f3af4b73192200a818436c809718ea7f75da4e..ff940df719dabcf57d63449e8e1241bcb0d09e94 100644 (file)
@@ -141,6 +141,7 @@ EXTRA_HFILES = \
        $(top_srcdir)/gst/audioparsers/gstamrparse.h \
        $(top_srcdir)/gst/audioparsers/gstflacparse.h \
        $(top_srcdir)/gst/audioparsers/gstdcaparse.h \
+       $(top_srcdir)/gst/audioparsers/gstmpegaudioparse.h \
        $(top_srcdir)/gst/autoconvert/gstautoconvert.h \
        $(top_srcdir)/gst/camerabin/gstcamerabin.h \
        $(top_srcdir)/gst/coloreffects/gstcoloreffects.h \
index 9550b6f637ab9047d41e2d01e6a10a394acacebb..575afc1b1a8adb1087a989424496c0409bbf794a 100644 (file)
@@ -86,6 +86,7 @@
     <xi:include href="xml/element-mimdec.xml" />
     <xi:include href="xml/element-mirror.xml" />
     <xi:include href="xml/element-modplug.xml" />
+    <xi:include href="xml/element-mpegaudioparse.xml" />
     <xi:include href="xml/element-mpeg2enc.xml" />
     <xi:include href="xml/element-mplex.xml" />
     <xi:include href="xml/element-mythtvsrc.xml" />
index 188f6b2c708b690b584fa10ef1c9da180ac6c51b..fdfb78136c93c4326e2ee179b3048b9ee4525abb 100644 (file)
@@ -1070,6 +1070,20 @@ GST_TYPE_MODPLUG
 gst_modplug_get_type
 </SECTION>
 
+<SECTION>
+<FILE>element-mpegaudioparse</FILE>
+<TITLE>mpegaudioparse</TITLE>
+GstMpegAudioParse
+<SUBSECTION Standard>
+GstMpegAudioParseClass
+GST_MPEG_AUDIO_PARSE
+GST_MPEG_AUDIO_PARSE_CLASS
+GST_IS_MPEG_AUDIO_PARSE
+GST_IS_MPEG_AUDIO_PARSE_CLASS
+GST_TYPE_MPEG_AUDIO_PARSE
+gst_mpeg_audio_parse_get_type
+</SECTION>
+
 <SECTION>
 <FILE>element-mpeg2enc</FILE>
 <TITLE>mpeg2enc</TITLE>
index ce6384dd8929c3f14ae4446dc7453e04b9666868..889efec1f2743921f55d7bd84dd516dd69616a51 100644 (file)
  * @short_description: MPEG audio parser
  * @see_also: #GstAmrParse, #GstAACParse
  *
- * <refsect2>
- * <para>
  * Parses and frames mpeg1 audio streams. Provides seeking.
- * </para>
+ *
+ * <refsect2>
  * <title>Example launch line</title>
- * <para>
- * <programlisting>
- * gst-launch filesrc location=test.mp3 ! mp3parse ! mad ! autoaudiosink
- * </programlisting>
- * </para>
+ * |[
+ * gst-launch filesrc location=test.mp3 ! mpegaudioparse ! mad ! autoaudiosink
+ * ]|
  * </refsect2>
  */