[736/906] glimagesink: Give MARGINAL rank to be able to autoplug it if nothing else is available

This commit is contained in:
Sebastian Dröge 2013-07-11 16:05:48 +02:00 committed by Matthew Waters
parent a77992c658
commit 6a53e01544

View 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;
}