From 1f7589fa4eb175902586b35960382748642ea6e0 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 27 Apr 2010 12:25:37 +0300 Subject: [PATCH] docs: adding a mp3decoder as well is useful --- gst/mpegaudioparse/gstmpegaudioparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 4d81914dab..aed15d6995 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -26,7 +26,7 @@ * * Example launch line * |[ - * gst-launch filesrc location=test.mp3 ! mp3parse ! autoaudiosink + * gst-launch filesrc location=test.mp3 ! mp3parse ! mad ! autoaudiosink * ]| * */