summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd/esdsink.c')
-rw-r--r--ext/esd/esdsink.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c
index 6ab2612b..3a868d44 100644
--- a/ext/esd/esdsink.c
+++ b/ext/esd/esdsink.c
@@ -470,13 +470,3 @@ gst_esdsink_get_property (GObject * object, guint prop_id, GValue * value,
break;
}
}
-
-gboolean
-gst_esdsink_factory_init (GstPlugin * plugin)
-{
- if (!gst_element_register (plugin, "esdsink", GST_RANK_MARGINAL,
- GST_TYPE_ESDSINK))
- return FALSE;
-
- return TRUE;
-}