summaryrefslogtreecommitdiffstats
path: root/tests/old/examples/level/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/old/examples/level/demo.c')
-rw-r--r--tests/old/examples/level/demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old/examples/level/demo.c b/tests/old/examples/level/demo.c
index 502f50f7..366b54c3 100644
--- a/tests/old/examples/level/demo.c
+++ b/tests/old/examples/level/demo.c
@@ -125,7 +125,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;
}