Use new gst_element_class_set_static_metadata()
[platform/upstream/gstreamer.git] / gst / rtp / gstrtph263depay.c
index a3f3b1e..e05704e 100644 (file)
@@ -98,7 +98,7 @@ gst_rtp_h263_depay_class_init (GstRtpH263DepayClass * klass)
   gst_element_class_add_pad_template (gstelement_class,
       gst_static_pad_template_get (&gst_rtp_h263_depay_sink_template));
 
-  gst_element_class_set_details_simple (gstelement_class,
+  gst_element_class_set_static_metadata (gstelement_class,
       "RTP H263 depayloader", "Codec/Depayloader/Network/RTP",
       "Extracts H263 video from RTP packets (RFC 2190)",
       "Philippe Kalaf <philippe.kalaf@collabora.co.uk>, "