mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
mpegaudioparse: add to documentation
This commit is contained in:
parent
d1d1239fe4
commit
cfbc40aca7
1 changed files with 5 additions and 8 deletions
|
@ -24,16 +24,13 @@
|
||||||
* @short_description: MPEG audio parser
|
* @short_description: MPEG audio parser
|
||||||
* @see_also: #GstAmrParse, #GstAACParse
|
* @see_also: #GstAmrParse, #GstAACParse
|
||||||
*
|
*
|
||||||
* <refsect2>
|
|
||||||
* <para>
|
|
||||||
* Parses and frames mpeg1 audio streams. Provides seeking.
|
* Parses and frames mpeg1 audio streams. Provides seeking.
|
||||||
* </para>
|
*
|
||||||
|
* <refsect2>
|
||||||
* <title>Example launch line</title>
|
* <title>Example launch line</title>
|
||||||
* <para>
|
* |[
|
||||||
* <programlisting>
|
* gst-launch filesrc location=test.mp3 ! mpegaudioparse ! mad ! autoaudiosink
|
||||||
* gst-launch filesrc location=test.mp3 ! mp3parse ! mad ! autoaudiosink
|
* ]|
|
||||||
* </programlisting>
|
|
||||||
* </para>
|
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue