From 8cf770785a7a294e7e6bfc07f42ccdee95fab71d Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Wed, 24 Oct 2012 00:36:42 +0200 Subject: [PATCH] mpg123: added gtkdoc section https://bugzilla.gnome.org/show_bug.cgi?id=686595 --- ext/mpg123/gstmpg123audiodec.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ext/mpg123/gstmpg123audiodec.c b/ext/mpg123/gstmpg123audiodec.c index 5052eaba1b..16bcfce06e 100644 --- a/ext/mpg123/gstmpg123audiodec.c +++ b/ext/mpg123/gstmpg123audiodec.c @@ -16,6 +16,20 @@ * 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. + * + * + * Example pipelines + * |[ + * gst-launch filesrc location=music.mp3 ! mpegaudioparse ! mpg123audiodec ! audioconvert ! audioresample ! autoaudiosink + * ]| Decode and play the mp3 file + * + */ + #ifdef HAVE_CONFIG_H #include #endif