summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-good/gst/dtmf/gstrtpdtmfdepay.c
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gst-plugins-good/gst/dtmf/gstrtpdtmfdepay.c')
-rw-r--r--subprojects/gst-plugins-good/gst/dtmf/gstrtpdtmfdepay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/gst-plugins-good/gst/dtmf/gstrtpdtmfdepay.c b/subprojects/gst-plugins-good/gst/dtmf/gstrtpdtmfdepay.c
index a819467a68..b0e39473d7 100644
--- a/subprojects/gst-plugins-good/gst/dtmf/gstrtpdtmfdepay.c
+++ b/subprojects/gst-plugins-good/gst/dtmf/gstrtpdtmfdepay.c
@@ -187,7 +187,7 @@ gst_rtp_dtmf_depay_class_init (GstRtpDTMFDepayClass * klass)
GST_DEBUG_CATEGORY_INIT (gst_rtp_dtmf_depay_debug,
"rtpdtmfdepay", 0, "rtpdtmfdepay element");
gst_element_class_set_static_metadata (gstelement_class,
- "RTP DTMF packet depayloader", "Codec/Depayloader/Network",
+ "RTP DTMF packet depayloader", "Codec/Depayloader/Network/RTP",
"Generates DTMF Sound from telephone-event RTP packets",
"Youness Alaoui <youness.alaoui@collabora.co.uk>");