docs: add docs for mp3parse
authorStefan Kost <ensonic@users.sf.net>
Tue, 27 Apr 2010 08:02:15 +0000 (11:02 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 27 Apr 2010 08:02:50 +0000 (11:02 +0300)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-ugly-plugins-docs.sgml
docs/plugins/gst-plugins-ugly-plugins-sections.txt
gst/mpegaudioparse/gstmpegaudioparse.c

index 041e004..23a48ad 100644 (file)
@@ -95,6 +95,7 @@ EXTRA_HFILES = \
        $(top_srcdir)/ext/twolame/gsttwolame.h \
        $(top_srcdir)/ext/x264/gstx264enc.h \
        $(top_srcdir)/gst/asfdemux/gstrtspwms.h \
+       $(top_srcdir)/gst/mpegaudioparse/gstmpegaudioparse.h \
        $(top_srcdir)/gst/mpegaudioparse/gstxingmux.h \
        $(top_srcdir)/gst/realmedia/rademux.h \
        $(top_srcdir)/gst/realmedia/rdtmanager.h \
index 6ed3780..bc4a40c 100644 (file)
@@ -25,6 +25,7 @@
     <xi:include href="xml/element-lame.xml" />
     <xi:include href="xml/element-lamemp3enc.xml" />
     <xi:include href="xml/element-mad.xml" />
+    <xi:include href="xml/element-mp3parse.xml" />
     <xi:include href="xml/element-rademux.xml" />
     <xi:include href="xml/element-rdtmanager.xml" />
     <xi:include href="xml/element-rtspreal.xml" />
index 6352436..f3db9dd 100644 (file)
@@ -111,6 +111,22 @@ gst_mad_get_type
 </SECTION>
 
 <SECTION>
+<FILE>element-mp3parse</FILE>
+<TITLE>mp3parse</TITLE>
+GstMPEGAudioParse
+<SUBSECTION Standard>
+GstMPEGAudioParseClass
+MPEGAudioPendingAccurateSeek
+MPEGAudioSeekEntry
+GST_MP3PARSE
+GST_MP3PARSE_CLASS
+GST_IS_MP3PARSE
+GST_IS_MP3PARSE_CLASS
+GST_TYPE_MP3PARSE
+gst_mp3parse_get_type
+</SECTION>
+
+<SECTION>
 <FILE>element-rademux</FILE>
 <TITLE>rademux</TITLE>
 GstRealAudioDemux
index 42e7ac5..4d81914 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+/**
+ * SECTION:element-mp3parse
+ *
+ * Parses and frames mpeg1 audio streams. Provides seeking.
+ *
+ * <refsect2>
+ * <title>Example launch line</title>
+ * |[
+ * gst-launch filesrc location=test.mp3 ! mp3parse ! autoaudiosink
+ * ]|
+ * </refsect2>
+ */
+
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif