Remove dummy plugin_init. Remove some undefined entries from doc- section file. Add...
[platform/upstream/gstreamer.git] / gst / debug / progressreport.c
index 3540390..e79f6fd 100644 (file)
@@ -487,11 +487,3 @@ gst_progress_report_get_property (GObject * object, guint prop_id,
       break;
   }
 }
-
-
-gboolean
-gst_progress_report_plugin_init (GstPlugin * plugin)
-{
-  return gst_element_register (plugin, "progressreport", GST_RANK_NONE,
-      GST_TYPE_PROGRESS_REPORT);
-}