From 7089fbac56557b7dbf0b91201352797c89216ec6 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 10 Jul 2006 15:26:39 +0000 Subject: gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs. Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs. --- gst/autodetect/gstautoaudiosink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/autodetect') diff --git a/gst/autodetect/gstautoaudiosink.c b/gst/autodetect/gstautoaudiosink.c index 5e70ac79..e5ab6e3d 100644 --- a/gst/autodetect/gstautoaudiosink.c +++ b/gst/autodetect/gstautoaudiosink.c @@ -31,7 +31,7 @@ * Example launch line * * - * gst-launch -v -m audiotestsrc ! autoaudiosink + * gst-launch -v -m audiotestsrc ! audioconvert ! audioresample ! autoaudiosink * * * -- cgit