From 79930b61bf8b01409519d13c20ecb984b0eb455a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 4 Aug 2008 09:11:08 +0000 Subject: [PATCH] gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important documentation fix. Original commit message from CVS: 2008-08-04 Andy Wingo * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important documentation fix. --- ChangeLog | 5 +++++ gst/audiotestsrc/gstaudiotestsrc.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2117766614..abccb0a534 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-04 Andy Wingo + + * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important + documentation fix. + 2008-08-01 Stefan Kost * gst/adder/gstadder.c: diff --git a/gst/audiotestsrc/gstaudiotestsrc.c b/gst/audiotestsrc/gstaudiotestsrc.c index 3386a553db..4a8c026459 100644 --- a/gst/audiotestsrc/gstaudiotestsrc.c +++ b/gst/audiotestsrc/gstaudiotestsrc.c @@ -26,7 +26,8 @@ * Example launch line * |[ * gst-launch audiotestsrc ! audioconvert ! alsasink - * ]| This pipeline produces a sine with default frequency (mid-C) and volume. + * ]| This pipeline produces a sine with default frequency, 440 Hz, and the + * default volume, 0.8 (relative to a maximum 1.0). * |[ * gst-launch audiotestsrc wave=2 freq=200 ! audioconvert ! tee name=t ! queue ! alsasink t. ! queue ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink * ]| In this example a saw wave is generated. The wave is shown using a