rtpdtmfdepay: Classify as RTP element

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4582>
This commit is contained in:
Philippe Normand 2023-05-09 14:37:25 +01:00 committed by GStreamer Marge Bot
parent a51fd006e6
commit fd194a0a2b
2 changed files with 2 additions and 2 deletions

View file

@ -5406,7 +5406,7 @@
"GInitiallyUnowned",
"GObject"
],
"klass": "Codec/Depayloader/Network",
"klass": "Codec/Depayloader/Network/RTP",
"long-name": "RTP DTMF packet depayloader",
"pad-templates": {
"sink": {

View file

@ -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>");