From a05928ba625f8e7ac7fae7149e11ff02e9e3b902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 d8f9d7b874..29fbd038c7 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; }