gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs.

Original commit message from CVS:
* gst/autodetect/gstautoaudiosink.c:
Fix example pipeline in docs.
This commit is contained in:
Tim-Philipp Müller 2006-07-10 15:26:39 +00:00
parent 71f1782037
commit 7089fbac56
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View 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>