mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-14 13:31:09 +00:00
770 B
770 B
the contents of a GLDisplayWayland
are private and should only be accessed
through the provided API
Implements
gst_gl::GLDisplayExt
, gst::ObjectExt
, glib::object::ObjectExt
Create a new GLDisplayWayland
from the wayland display name. See wl_display_connect
()
for details on what is a valid name.
name
a display name
Returns
a new GLDisplayWayland
or None
Creates a new display connection from a wl_display Display.
display
an existing, wayland display
Returns
a new GLDisplayWayland