mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
rtpdtmfsrc: Classify as RTP source
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4582>
This commit is contained in:
parent
93be699ab2
commit
a51fd006e6
2 changed files with 2 additions and 2 deletions
|
@ -5463,7 +5463,7 @@
|
||||||
"GInitiallyUnowned",
|
"GInitiallyUnowned",
|
||||||
"GObject"
|
"GObject"
|
||||||
],
|
],
|
||||||
"klass": "Source/Network",
|
"klass": "Source/Network/RTP",
|
||||||
"long-name": "RTP DTMF packet generator",
|
"long-name": "RTP DTMF packet generator",
|
||||||
"pad-templates": {
|
"pad-templates": {
|
||||||
"src": {
|
"src": {
|
||||||
|
|
|
@ -179,7 +179,7 @@ gst_rtp_dtmf_src_class_init (GstRTPDTMFSrcClass * klass)
|
||||||
&gst_rtp_dtmf_src_template);
|
&gst_rtp_dtmf_src_template);
|
||||||
|
|
||||||
gst_element_class_set_static_metadata (gstelement_class,
|
gst_element_class_set_static_metadata (gstelement_class,
|
||||||
"RTP DTMF packet generator", "Source/Network",
|
"RTP DTMF packet generator", "Source/Network/RTP",
|
||||||
"Generates RTP DTMF packets", "Zeeshan Ali <zeeshan.ali@nokia.com>");
|
"Generates RTP DTMF packets", "Zeeshan Ali <zeeshan.ali@nokia.com>");
|
||||||
|
|
||||||
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_rtp_dtmf_src_finalize);
|
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_rtp_dtmf_src_finalize);
|
||||||
|
|
Loading…
Reference in a new issue