From: Stefan Kost Date: Thu, 25 Mar 2010 20:54:49 +0000 (+0200) Subject: dtmfdetect: fix classification X-Git-Tag: 1.19.3~509^2~6027^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e2b74df48340374a93f3c8bf75d5982f4759754;p=platform%2Fupstream%2Fgstreamer.git dtmfdetect: fix classification --- 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 "); }