GstGLDisplayWayland *
gst_gl_display_wayland_new (const gchar *name);
Create a new GstGLDisplayWayland from the wayland display name. See wl_display_connect()
for details on what is a valid name.
GstGLDisplayWayland *
gst_gl_display_wayland_new_with_display
(struct wl_display *display);
Creates a new display connection from a wl_display Display.