diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-07-10 15:26:39 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-07-10 15:26:39 +0000 |
| commit | 7089fbac56557b7dbf0b91201352797c89216ec6 (patch) | |
| tree | c95563cc7bad38457c7a5711c80f97a27b3b2329 | |
| parent | 71f17820379a441f994134f26cb9f37864f927f1 (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-- | ChangeLog | 5 | ||||
| -rw-r--r-- | gst/autodetect/gstautoaudiosink.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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> |
