From e9dbcb69cdbb7d356f68b3c811a19d353ea6126c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 12 Apr 2014 22:15:35 +0200 Subject: [PATCH] gl: Set glimagesink rank to SECONDARY This is a full-featured video sink now and especially should be used instead of osxvideosink on OSX if available. --- ext/gl/gstopengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gl/gstopengl.c b/ext/gl/gstopengl.c index d8f9d7b..29fbd03 100644 --- a/ext/gl/gstopengl.c +++ b/ext/gl/gstopengl.c @@ -89,7 +89,7 @@ plugin_init (GstPlugin * plugin) #endif if (!gst_element_register (plugin, "glimagesink", - GST_RANK_MARGINAL, GST_TYPE_GLIMAGE_SINK)) { + GST_RANK_SECONDARY, GST_TYPE_GLIMAGE_SINK)) { return FALSE; } -- 2.7.4