gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.
authorTim-Philipp Müller <tim@centricular.net>
Mon, 10 Jul 2006 15:26:39 +0000 (15:26 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 10 Jul 2006 15:26:39 +0000 (15:26 +0000)
Original commit message from CVS:
* gst/autodetect/gstautoaudiosink.c:
Fix example pipeline in docs.

ChangeLog
gst/autodetect/gstautoaudiosink.c

index 003d719..ee81d4c 100644 (file)
--- 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>
index 5e70ac7..e5ab6e3 100644 (file)
@@ -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>