diff --git a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json index aa54970e0f..5a6d553dd1 100644 --- a/subprojects/gst-plugins-good/docs/gst_plugins_cache.json +++ b/subprojects/gst-plugins-good/docs/gst_plugins_cache.json @@ -5181,7 +5181,7 @@ "GInitiallyUnowned", "GObject" ], - "klass": "Codec/Depayloader/Network", + "klass": "Codec/Depayloader/Network/RTP", "long-name": "RTP DTMF packet depayloader", "pad-templates": { "sink": { 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 ");