gstreamer-rs/docs/gstreamer-gl/x11/docs.md
François Laignel 172a4d47ab regen: use type_ for glib macros
This also includes a new substitution for bool getters:
get_need_... -> needs_...
2021-04-20 18:18:02 +02:00

634 B

the contents of a GLDisplayX11 are private and should only be accessed through the provided API

Implements

[trait@gst_gl::GLDisplayExt], [trait@gst::ObjectExt], [trait@glib::object::ObjectExt]

Create a new GLDisplayX11 from the x11 display name. See XOpenDisplay() for details on what is a valid name.

name

a display name

Returns

a new GLDisplayX11 or None

Creates a new display connection from a X11 Display.

display

an existing, x11 display

Returns

a new GLDisplayX11