From 7089fbac56557b7dbf0b91201352797c89216ec6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 10 Jul 2006 15:26:39 +0000 Subject: [PATCH] gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs. Original commit message from CVS: * gst/autodetect/gstautoaudiosink.c: Fix example pipeline in docs. --- ChangeLog | 5 +++++ gst/autodetect/gstautoaudiosink.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 003d719..ee81d4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-10 Tim-Philipp Müller + + * gst/autodetect/gstautoaudiosink.c: + Fix example pipeline in docs. + 2006-07-10 Wim Taymans Patch by: Rob Taylor diff --git a/gst/autodetect/gstautoaudiosink.c b/gst/autodetect/gstautoaudiosink.c index 5e70ac7..e5ab6e3 100644 --- a/gst/autodetect/gstautoaudiosink.c +++ b/gst/autodetect/gstautoaudiosink.c @@ -31,7 +31,7 @@ * Example launch line * * - * gst-launch -v -m audiotestsrc ! autoaudiosink + * gst-launch -v -m audiotestsrc ! audioconvert ! audioresample ! autoaudiosink * * * -- 2.7.4