summaryrefslogtreecommitdiff
path: root/clutter-gst
diff options
context:
space:
mode:
Diffstat (limited to 'clutter-gst')
-rw-r--r--clutter-gst/clutter-gst-plugin.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/clutter-gst/clutter-gst-plugin.c b/clutter-gst/clutter-gst-plugin.c
index 3f15694..3f6d5a1 100644
--- a/clutter-gst/clutter-gst-plugin.c
+++ b/clutter-gst/clutter-gst-plugin.c
@@ -60,13 +60,6 @@ plugin_init (GstPlugin *plugin)
if (!ret)
return FALSE;
- ret = gst_element_register (plugin,
- "cluttervideosink",
- GST_RANK_NONE,
- CLUTTER_GST_TYPE_VIDEO_SINK);
- if (!ret)
- return FALSE;
-
return TRUE;
}