gstdepay: check for correct fragment offset
[platform/upstream/gstreamer.git] / gst / rtp / gstrtpmp1sdepay.c
index fd83dd0..be5a9b4 100644 (file)
@@ -87,7 +87,7 @@ gst_rtp_mp1s_depay_class_init (GstRtpMP1SDepayClass * klass)
   gst_element_class_add_pad_template (gstelement_class,
       gst_static_pad_template_get (&gst_rtp_mp1s_depay_sink_template));
 
-  gst_element_class_set_details_simple (gstelement_class,
+  gst_element_class_set_static_metadata (gstelement_class,
       "RTP MPEG1 System Stream depayloader", "Codec/Depayloader/Network/RTP",
       "Extracts MPEG1 System Streams from RTP packets (RFC 3555)",
       "Wim Taymans <wim.taymans@gmail.com>");