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:
Thomas Vander Stichele 2006-04-01 11:21:30 +00:00
parent 023d2a63cb
commit d02bbc0fb5
2 changed files with 6 additions and 1 deletions

View file

@ -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> 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: * configure.ac:

View file

@ -33,7 +33,7 @@
* </para> * </para>
* <para> * <para>
* <programlisting> * <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> * </programlisting>
* In this example a saw wave is generated. The wave is shown using a * In this example a saw wave is generated. The wave is shown using a
* scope visualizer from libvisual, allowing you to visually verify that * scope visualizer from libvisual, allowing you to visually verify that