Use new gst_element_class_set_static_metadata()
[platform/upstream/gstreamer.git] / gst / smpte / gstsmptealpha.c
index 0b59382..c0b643b 100644 (file)
@@ -212,7 +212,7 @@ gst_smpte_alpha_class_init (GstSMPTEAlphaClass * klass)
       gst_static_pad_template_get (&gst_smpte_alpha_sink_template));
   gst_element_class_add_pad_template (element_class,
       gst_static_pad_template_get (&gst_smpte_alpha_src_template));
-  gst_element_class_set_details_simple (element_class, "SMPTE transitions",
+  gst_element_class_set_static_metadata (element_class, "SMPTE transitions",
       "Filter/Editor/Video",
       "Apply the standard SMPTE transitions as alpha on video images",
       "Wim Taymans <wim.taymans@gmail.com>");