gst/audiotestsrc/gstaudiotestsrc.c: Fixed the sample pipeline (see #323798)
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 11:21:30 +0000 (11:21 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 11:21:30 +0000 (11:21 +0000)
Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
Fixed the sample pipeline (see #323798)

ChangeLog
gst/audiotestsrc/gstaudiotestsrc.c

index 7527c7b..05610cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
        * win32/common/config.h:
        * win32/common/config.h.in:
index fc3f644..d93f099 100644 (file)
@@ -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