summaryrefslogtreecommitdiffstats
path: root/gst/level/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/level/plot.c')
-rw-r--r--gst/level/plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/level/plot.c b/gst/level/plot.c
index 187be8b1..6df01065 100644
--- a/gst/level/plot.c
+++ b/gst/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 ! osssink\n");
+ g_print ("Example: sinesrc ! level ! %s\n", DEFAULT_AUDIOSINK);
g_error_free (error);
return 1;
}