diff options
Diffstat (limited to 'tests/old/examples')
-rw-r--r-- | tests/old/examples/level/demo.c | 2 | ||||
-rw-r--r-- | tests/old/examples/level/plot.c | 2 |
2 files changed, 2 insertions, 2 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; } 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; } |