mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
rtpdtmfdepay: Classify as RTP element
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4582>
This commit is contained in:
parent
a51fd006e6
commit
fd194a0a2b
2 changed files with 2 additions and 2 deletions
|
@ -5406,7 +5406,7 @@
|
|||
"GInitiallyUnowned",
|
||||
"GObject"
|
||||
],
|
||||
"klass": "Codec/Depayloader/Network",
|
||||
"klass": "Codec/Depayloader/Network/RTP",
|
||||
"long-name": "RTP DTMF packet depayloader",
|
||||
"pad-templates": {
|
||||
"sink": {
|
||||
|
|
|
@ -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>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue