mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-10-31 22:49:02 +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
|
||||
* @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