mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important documentation fix.
Original commit message from CVS: 2008-08-04 Andy Wingo <wingo@pobox.com> * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important documentation fix.
This commit is contained in:
parent
7c2a26c9ed
commit
79930b61bf
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-04 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
|
||||
documentation fix.
|
||||
|
||||
2008-08-01 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/adder/gstadder.c:
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue