From 945cf26c5ac336b2383dd57fc42dc0850e805db9 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 11 Dec 2005 19:25:41 +0000 Subject: gst/: Use audiotestsrc instead of sinesrc (#323798). Original commit message from CVS: * gst/goom/gstgoom.c: * gst/level/level-example.c: (main): * gst/smoothwave/demo-osssrc.c: (main): Use audiotestsrc instead of sinesrc (#323798). --- gst/goom/gstgoom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/goom') diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c index 5e7bd8c5..fcee47f6 100644 --- a/gst/goom/gstgoom.c +++ b/gst/goom/gstgoom.c @@ -25,7 +25,7 @@ * Example launch line * * - * gst-launch -v sinesrc ! goom ! ffmpegcolorspace ! xvimagesink + * gst-launch -v audiotestsrc ! goom ! ffmpegcolorspace ! xvimagesink * * * -- cgit