summaryrefslogtreecommitdiff
path: root/ext/gl/gstopengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gl/gstopengl.c')
-rw-r--r--ext/gl/gstopengl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c
index 4212e57ac..59fe7bdaa 100644
--- a/ext/gl/gstopengl.c
+++ b/ext/gl/gstopengl.c
@@ -44,6 +44,7 @@
#endif
#include "gstglimagesink.h"
+#include "gstgluploadelement.h"
#include "gstglfiltercube.h"
#include "gstgleffects.h"
@@ -112,6 +113,11 @@ plugin_init (GstPlugin * plugin)
return FALSE;
}
+ if (!gst_element_register (plugin, "glupload",
+ GST_RANK_SECONDARY, GST_TYPE_GL_UPLOAD_ELEMENT)) {
+ return FALSE;
+ }
+
if (!gst_element_register (plugin, "glfiltercube",
GST_RANK_NONE, GST_TYPE_GL_FILTER_CUBE)) {
return FALSE;