From cda24bb9303977ddedfa56f9509538a082bbd2b6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 30 Dec 2005 15:28:44 +0000 Subject: moved level-example to tests/examples/level-example Original commit message from CVS: * configure.ac: * gst/level/Makefile.am: * gst/level/level-example.c: * tests/Makefile.am: * tests/examples/level/Makefile.am: * tests/examples/level/level-example.c: (message_handler), (main): moved level-example to tests/examples/level-example * tests/old/examples/level/demo.c: (main): * tests/old/examples/level/plot.c: (main): some initial fixes --- tests/old/examples/level/plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/old/examples/level/plot.c') diff --git a/tests/old/examples/level/plot.c b/tests/old/examples/level/plot.c index 6df01065..51ad2f7d 100644 --- a/tests/old/examples/level/plot.c +++ b/tests/old/examples/level/plot.c @@ -98,7 +98,7 @@ main (int argc, char *argv[]) if (error) { g_print ("pipeline could not be constructed: %s\n", error->message); g_print ("Please give a complete pipeline with a 'level' element.\n"); - g_print ("Example: sinesrc ! level ! %s\n", DEFAULT_AUDIOSINK); + g_print ("Example: audiotestsrc ! level ! %s\n", DEFAULT_AUDIOSINK); g_error_free (error); return 1; } -- cgit