From d02bbc0fb58977598a3f406b4b57f8678f25ccc3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 1 Apr 2006 11:21:30 +0000 Subject: [PATCH] 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) --- ChangeLog | 5 +++++ gst/audiotestsrc/gstaudiotestsrc.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7527c7bc5e..05610ccfe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-01 Thomas Vander Stichele + + * gst/audiotestsrc/gstaudiotestsrc.c: + Fixed the sample pipeline (see #323798) + 2006-04-01 Thomas Vander Stichele * configure.ac: diff --git a/gst/audiotestsrc/gstaudiotestsrc.c b/gst/audiotestsrc/gstaudiotestsrc.c index fc3f6448b6..d93f0994a2 100644 --- a/gst/audiotestsrc/gstaudiotestsrc.c +++ b/gst/audiotestsrc/gstaudiotestsrc.c @@ -33,7 +33,7 @@ * * * - * 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 * * In this example a saw wave is generated. The wave is shown using a * scope visualizer from libvisual, allowing you to visually verify that