summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/tests/dtmf/dtmftest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/software/tests/dtmf/dtmftest.c b/software/tests/dtmf/dtmftest.c
index e648598..fc221db 100644
--- a/software/tests/dtmf/dtmftest.c
+++ b/software/tests/dtmf/dtmftest.c
@@ -176,7 +176,7 @@ int main (int argc, char *argv[])
return -1;
}
- g_object_set(G_OBJECT (source), "interval", 1, NULL);
+ g_object_set(G_OBJECT (source), "interval", 10, NULL);
/* Set up the pipeline */
@@ -191,7 +191,6 @@ int main (int argc, char *argv[])
gst_element_link_many (source, sink, NULL);
/* Set the pipeline to "playing" state*/
- g_print ("Now playing: %s\n", argv[1]);
gst_element_set_state (pipeline, GST_STATE_PLAYING);