mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +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",
|
||||
"GObject"
|
||||
],
|
||||
"klass": "Source/Network",
|
||||
"klass": "Source/Network/RTP",
|
||||
"long-name": "RTP DTMF packet generator",
|
||||
"pad-templates": {
|
||||
"src": {
|
||||
|
|
|
@ -179,7 +179,7 @@ gst_rtp_dtmf_src_class_init (GstRTPDTMFSrcClass * klass)
|
|||
&gst_rtp_dtmf_src_template);
|
||||
|
||||
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>");
|
||||
|
||||
gobject_class->finalize = GST_DEBUG_FUNCPTR (gst_rtp_dtmf_src_finalize);
|
||||
|
|
Loading…
Reference in a new issue