summaryrefslogtreecommitdiffstats
path: root/sys/glsink/gstopengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/glsink/gstopengl.c')
-rw-r--r--sys/glsink/gstopengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/glsink/gstopengl.c b/sys/glsink/gstopengl.c
index 7acbe1fd..6c73f4f4 100644
--- a/sys/glsink/gstopengl.c
+++ b/sys/glsink/gstopengl.c
@@ -46,7 +46,7 @@ plugin_init (GstPlugin * plugin)
"glimagesink element");
if (!gst_element_register (plugin, "glimagesink",
- GST_RANK_MARGINAL, GST_TYPE_GLIMAGE_SINK)) {
+ GST_RANK_SECONDARY, GST_TYPE_GLIMAGE_SINK)) {
return FALSE;
}
if (!gst_element_register (plugin, "glupload",