rtpvp8: replace gst_element_class_set_details_simple with gst_element_class_set_metadata
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 14 Sep 2012 15:08:49 +0000 (17:08 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 1 Nov 2012 20:53:48 +0000 (20:53 +0000)
gst/rtp/gstrtpvp8pay.c

index 8907552..c2e4c9f 100644 (file)
@@ -82,7 +82,7 @@ gst_rtp_vp8_pay_class_init (GstRtpVP8PayClass * gst_rtp_vp8_pay_class)
   gst_element_class_add_pad_template (element_class,
       gst_static_pad_template_get (&gst_rtp_vp8_pay_src_template));
 
-  gst_element_class_set_details_simple (element_class, "RTP VP8 payloader",
+  gst_element_class_set_metadata (element_class, "RTP VP8 payloader",
       "Codec/Payloader/Network/RTP",
       "Puts VP8 video in RTP packets)", "Sjoerd Simons <sjoerd@luon.net>");