Use new gst_element_class_set_static_metadata()
[platform/upstream/gstreamer.git] / gst / rtp / gstrtpqcelpdepay.c
index aa3e276..d11da12 100644 (file)
@@ -102,7 +102,7 @@ gst_rtp_qcelp_depay_class_init (GstRtpQCELPDepayClass * klass)
   gst_element_class_add_pad_template (gstelement_class,
       gst_static_pad_template_get (&gst_rtp_qcelp_depay_sink_template));
 
-  gst_element_class_set_details_simple (gstelement_class,
+  gst_element_class_set_static_metadata (gstelement_class,
       "RTP QCELP depayloader", "Codec/Depayloader/Network/RTP",
       "Extracts QCELP (PureVoice) audio from RTP packets (RFC 2658)",
       "Wim Taymans <wim.taymans@gmail.com>");