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 * ]| * */