diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c index 556f0cce00..f5246e6545 100644 --- a/ext/gl/gstopengl.c +++ b/ext/gl/gstopengl.c @@ -116,6 +116,11 @@ plugin_init (GstPlugin * plugin) return FALSE; } + if (!gst_element_register (plugin, "glimagesinkelement", + GST_RANK_NONE, gst_glimage_sink_get_type ())) { + return FALSE; + } + if (!gst_element_register (plugin, "glupload", GST_RANK_SECONDARY, GST_TYPE_GL_UPLOAD_ELEMENT)) { return FALSE;