mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 05:31:15 +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",
|
"GInitiallyUnowned",
|
||||||
"GObject"
|
"GObject"
|
||||||
],
|
],
|
||||||
"klass": "Codec/Depayloader/Network",
|
"klass": "Codec/Depayloader/Network/RTP",
|
||||||
"long-name": "RTP DTMF packet depayloader",
|
"long-name": "RTP DTMF packet depayloader",
|
||||||
"pad-templates": {
|
"pad-templates": {
|
||||||
"sink": {
|
"sink": {
|
||||||
|
|
|
@ -187,7 +187,7 @@ gst_rtp_dtmf_depay_class_init (GstRtpDTMFDepayClass * klass)
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_rtp_dtmf_depay_debug,
|
GST_DEBUG_CATEGORY_INIT (gst_rtp_dtmf_depay_debug,
|
||||||
"rtpdtmfdepay", 0, "rtpdtmfdepay element");
|
"rtpdtmfdepay", 0, "rtpdtmfdepay element");
|
||||||
gst_element_class_set_static_metadata (gstelement_class,
|
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",
|
"Generates DTMF Sound from telephone-event RTP packets",
|
||||||
"Youness Alaoui <youness.alaoui@collabora.co.uk>");
|
"Youness Alaoui <youness.alaoui@collabora.co.uk>");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue