mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
dtmfdetect: fix classification
This commit is contained in:
parent
f8aa6ab3fe
commit
2e2b74df48
1 changed files with 1 additions and 1 deletions
|
@ -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 <olivier.crete@collabora.co.uk>");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue