mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
eglglessink: Give only SECONDARY rank
If available we still prefer xvimagesink.
This commit is contained in:
parent
87f2bae822
commit
baa9754f6f
1 changed files with 1 additions and 1 deletions
|
@ -2444,7 +2444,7 @@ eglglessink_plugin_init (GstPlugin * plugin)
|
|||
bcm_host_init ();
|
||||
#endif
|
||||
|
||||
return gst_element_register (plugin, "eglglessink", GST_RANK_PRIMARY,
|
||||
return gst_element_register (plugin, "eglglessink", GST_RANK_SECONDARY,
|
||||
GST_TYPE_EGLGLESSINK);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue