mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
eglglessink: Set rank to PRIMARY
This commit is contained in:
parent
1c58d921ff
commit
6adf608c99
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ eglglessink_plugin_init (GstPlugin * plugin)
|
|||
GST_DEBUG_CATEGORY_INIT (gst_eglglessink_debug, "eglglessink",
|
||||
0, "Simple EGL/GLES Sink");
|
||||
|
||||
return gst_element_register (plugin, "eglglessink", GST_RANK_NONE,
|
||||
return gst_element_register (plugin, "eglglessink", GST_RANK_PRIMARY,
|
||||
GST_TYPE_EGLGLESSINK);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue