summaryrefslogtreecommitdiffstats
path: root/gst/debug/progressreport.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debug/progressreport.c')
-rw-r--r--gst/debug/progressreport.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gst/debug/progressreport.c b/gst/debug/progressreport.c
index 3540390c..e79f6fd9 100644
--- a/gst/debug/progressreport.c
+++ b/gst/debug/progressreport.c
@@ -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);
-}