mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
This commit is contained in:
parent
6586e42384
commit
0380de3f95
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ gst_dtmf_src_class_init (GstDTMFSrcClass * klass)
|
|||
gst_element_class_add_pad_template (gstelement_class,
|
||||
gst_static_pad_template_get (&gst_dtmf_src_template));
|
||||
|
||||
gst_element_class_set_details_simple (gstelement_class, "DTMF tone generator",
|
||||
gst_element_class_set_metadata (gstelement_class, "DTMF tone generator",
|
||||
"Source/Audio",
|
||||
"Generates DTMF tones",
|
||||
"Youness Alaoui <youness.alaoui@collabora.co.uk>");
|
||||
|
|
|
@ -228,7 +228,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_details_simple (gstelement_class,
|
||||
gst_element_class_set_metadata (gstelement_class,
|
||||
"RTP DTMF packet depayloader", "Codec/Depayloader/Network",
|
||||
"Generates DTMF Sound from telephone-event RTP packets",
|
||||
"Youness Alaoui <youness.alaoui@collabora.co.uk>");
|
||||
|
|
Loading…
Reference in a new issue