mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
gst/audiotestsrc/gstaudiotestsrc.c: Fixed the sample pipeline (see #323798)
Original commit message from CVS: * gst/audiotestsrc/gstaudiotestsrc.c: Fixed the sample pipeline (see #323798)
This commit is contained in:
parent
023d2a63cb
commit
d02bbc0fb5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/audiotestsrc/gstaudiotestsrc.c:
|
||||
Fixed the sample pipeline (see #323798)
|
||||
|
||||
2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
* </para>
|
||||
* <para>
|
||||
* <programlisting>
|
||||
* gst-launch audiotestsrc wave=2 freq=200 ! audioconvert ! tee name=t ! alsasink t. ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink
|
||||
* gst-launch audiotestsrc wave=2 freq=200 ! audioconvert ! tee name=t ! queue ! alsasink t. ! queue ! libvisual_lv_scope ! ffmpegcolorspace ! xvimagesink
|
||||
* </programlisting>
|
||||
* In this example a saw wave is generated. The wave is shown using a
|
||||
* scope visualizer from libvisual, allowing you to visually verify that
|
||||
|
|
Loading…
Reference in a new issue