summaryrefslogtreecommitdiffstats
path: root/gst/autodetect
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-10 15:26:39 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-10 15:26:39 +0000
commit7089fbac56557b7dbf0b91201352797c89216ec6 (patch)
treec95563cc7bad38457c7a5711c80f97a27b3b2329 /gst/autodetect
parent71f17820379a441f994134f26cb9f37864f927f1 (diff)
gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.
Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.
Diffstat (limited to 'gst/autodetect')
-rw-r--r--gst/autodetect/gstautoaudiosink.c2
1 files changed, 1 insertions, 1 deletions
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 @@
* <title>Example launch line</title>
* <para>
* <programlisting>
- * gst-launch -v -m audiotestsrc ! autoaudiosink
+ * gst-launch -v -m audiotestsrc ! audioconvert ! audioresample ! autoaudiosink
* </programlisting>
* </para>
* </refsect2>