summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--gst/autodetect/gstautoaudiosink.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 003d719e..ee81d4c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-10 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/autodetect/gstautoaudiosink.c:
+ Fix example pipeline in docs.
+
2006-07-10 Wim Taymans <wim@fluendo.com>
Patch by: Rob Taylor <robtaylor at floopily dot org>
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>