From cfbc40aca7428df174b8dc281f937c3934f06cb1 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 3 Dec 2010 18:11:38 +0100 Subject: [PATCH] mpegaudioparse: add to documentation --- gst/audioparsers/gstmpegaudioparse.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gst/audioparsers/gstmpegaudioparse.c b/gst/audioparsers/gstmpegaudioparse.c index ce6384d..889efec 100644 --- a/gst/audioparsers/gstmpegaudioparse.c +++ b/gst/audioparsers/gstmpegaudioparse.c @@ -24,16 +24,13 @@ * @short_description: MPEG audio parser * @see_also: #GstAmrParse, #GstAACParse * - * - * * Parses and frames mpeg1 audio streams. Provides seeking. - * + * + * * Example launch line - * - * - * gst-launch filesrc location=test.mp3 ! mp3parse ! mad ! autoaudiosink - * - * + * |[ + * gst-launch filesrc location=test.mp3 ! mpegaudioparse ! mad ! autoaudiosink + * ]| * */ -- 2.7.4