From 2e2b74df48340374a93f3c8bf75d5982f4759754 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 25 Mar 2010 22:54:49 +0200 Subject: [PATCH] dtmfdetect: fix classification --- gst/dtmf/gstdtmfdetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/dtmf/gstdtmfdetect.c b/gst/dtmf/gstdtmfdetect.c index cdf7172..78e5615 100644 --- a/gst/dtmf/gstdtmfdetect.c +++ b/gst/dtmf/gstdtmfdetect.c @@ -124,7 +124,7 @@ gst_dtmf_detect_base_init (gpointer klass) gst_static_pad_template_get (&sinktemplate)); gst_element_class_set_details_simple (element_class, "DTMF detector element", - "Detect", + "Filter/Analyzer/Audio", "This element detects DTMF tones", "Olivier Crete "); } -- 2.7.4