summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-05-03 18:28:36 +0000
committerChristian Pointner <equinox@mur.at>2011-05-03 18:28:36 +0000
commit82619780b01744432f98dbb5bdc07bcce2048746 (patch)
treead10cec274ec835c6de2eabaadf19658377cd301 /software
parentadded morse code tables (diff)
minor fixes @ dtmftest
git-svn-id: https://svn.spreadspace.org/mur.sat@12 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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);