From: Andy Wingo Date: Mon, 4 Aug 2008 09:11:08 +0000 (+0000) Subject: gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important documentation fix. X-Git-Tag: 1.19.3~511^2~10325 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79930b61bf8b01409519d13c20ecb984b0eb455a;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 2117766..abccb0a 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 3386a55..4a8c026 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