mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
mpg123: added gtkdoc section
https://bugzilla.gnome.org/show_bug.cgi?id=686595
This commit is contained in:
parent
09cda09f9c
commit
8cf770785a
1 changed files with 14 additions and 0 deletions
|
@ -16,6 +16,20 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SECTION: element-mpg123audiodec
|
||||||
|
* @see_also: lamemp3enc, mad
|
||||||
|
*
|
||||||
|
* Audio decoder for MPEG-1 layer 1/2/3 audio data.
|
||||||
|
*
|
||||||
|
* <refsect2>
|
||||||
|
* <title>Example pipelines</title>
|
||||||
|
* |[
|
||||||
|
* gst-launch filesrc location=music.mp3 ! mpegaudioparse ! mpg123audiodec ! audioconvert ! audioresample ! autoaudiosink
|
||||||
|
* ]| Decode and play the mp3 file
|
||||||
|
* </refsect2>
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue