mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
[736/906] glimagesink: Give MARGINAL rank to be able to autoplug it if nothing else is available
This commit is contained in:
parent
a77992c658
commit
6a53e01544
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue