gl: Set glimagesink rank to SECONDARY
authorSebastian Dröge <sebastian@centricular.com>
Sat, 12 Apr 2014 20:15:35 +0000 (22:15 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 12 Apr 2014 20:25:14 +0000 (22:25 +0200)
This is a full-featured video sink now and especially should be
used instead of osxvideosink on OSX if available.

ext/gl/gstopengl.c

index d8f9d7b..29fbd03 100644 (file)
@@ -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;
   }