mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +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
ae81268565
commit
e9dbcb69cd
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!gst_element_register (plugin, "glimagesink",
|
if (!gst_element_register (plugin, "glimagesink",
|
||||||
GST_RANK_MARGINAL, GST_TYPE_GLIMAGE_SINK)) {
|
GST_RANK_SECONDARY, GST_TYPE_GLIMAGE_SINK)) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue