From 82619780b01744432f98dbb5bdc07bcce2048746 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 3 May 2011 18:28:36 +0000 Subject: minor fixes @ dtmftest git-svn-id: https://svn.spreadspace.org/mur.sat@12 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/tests/dtmf/dtmftest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'software') 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); -- cgit v1.2.3