summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2012-10-24 00:36:42 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-10-24 13:43:23 +0100
commita84677a7a0eba120f087eac4e487ba4f744ed5cc (patch)
tree868ed26a03e381238fc9e21a8c4d48283f1be29d /ext
parent8ba422839a3bd602a42f01140ca820e6b752055b (diff)
mpg123: added gtkdoc section
https://bugzilla.gnome.org/show_bug.cgi?id=686595
Diffstat (limited to 'ext')
-rw-r--r--ext/mpg123/gstmpg123audiodec.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/mpg123/gstmpg123audiodec.c b/ext/mpg123/gstmpg123audiodec.c
index 5052eaba1..16bcfce06 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.
+ *
+ * <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
#include <config.h>
#endif