summaryrefslogtreecommitdiff
path: root/tools/dtmf/gst-dtmf.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-11-08 21:30:47 +0000
committerChristian Pointner <equinox@mur.at>2011-11-08 21:30:47 +0000
commita54ea9d0d64abcc4a81b685c0e3d8161f98b0c88 (patch)
treeaf157964ab8a4c472b1a8b99c44347bd3f815e19 /tools/dtmf/gst-dtmf.c
parentadded component diagram to docs (diff)
gencrx and gst-dtmf commands
git-svn-id: https://svn.spreadspace.org/mur.sat@186 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'tools/dtmf/gst-dtmf.c')
-rw-r--r--tools/dtmf/gst-dtmf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtmf/gst-dtmf.c b/tools/dtmf/gst-dtmf.c
index 11ff679..97d832f 100644
--- a/tools/dtmf/gst-dtmf.c
+++ b/tools/dtmf/gst-dtmf.c
@@ -177,7 +177,7 @@ int main (int argc, char *argv[])
loop = g_main_loop_new (NULL, FALSE);
/* Create gstreamer elements */
- pipeline = gst_pipeline_new ("dtmftest");
+ pipeline = gst_pipeline_new ("gst-dtmf");
source = gst_element_factory_make ("dtmfsrc", "source");
sink = gst_element_factory_make ("autoaudiosink", "output");