[736/906] glimagesink: Give MARGINAL rank to be able to autoplug it if nothing else...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 11 Jul 2013 14:05:48 +0000 (16:05 +0200)
committerMatthew Waters <ystreet00@gmail.com>
Sat, 15 Mar 2014 17:36:57 +0000 (18:36 +0100)
gst/gl/gstopengl.c

index 3019bcb..eb154df 100644 (file)
@@ -100,7 +100,7 @@ plugin_init (GstPlugin * plugin)
   GST_DEBUG_CATEGORY_INIT (gst_gl_gstgl_debug, "gstopengl", 0, "gstopengl");
 
   if (!gst_element_register (plugin, "glimagesink",
-          GST_RANK_NONE, GST_TYPE_GLIMAGE_SINK)) {
+          GST_RANK_MARGINAL, GST_TYPE_GLIMAGE_SINK)) {
     return FALSE;
   }