mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
mpegaudioparse: add to documentation
This commit is contained in:
parent
fa0dea3fdc
commit
8f0e2346c7
4 changed files with 21 additions and 8 deletions
|
@ -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 \
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -24,16 +24,13 @@
|
|||
* @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>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue