mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gl: Set glimagesink rank to SECONDARY
This is a full-featured video sink now and especially should be used instead of osxvideosink on OSX if available.
This commit is contained in:
parent
3770d2a406
commit
a05928ba62
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ plugin_init (GstPlugin * plugin)
|
|||
#endif
|
||||
|
||||
if (!gst_element_register (plugin, "glimagesink",
|
||||
GST_RANK_MARGINAL, GST_TYPE_GLIMAGE_SINK)) {
|
||||
GST_RANK_SECONDARY, GST_TYPE_GLIMAGE_SINK)) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue