manpagez: man pages & more
html files: gst-plugins-bad-libs-1.0
Home | html | info | man

GstGLDisplayX11

GstGLDisplayX11

Functions

GstGLDisplayX11 * gst_gl_display_x11_new ()
GstGLDisplayX11 * gst_gl_display_x11_new_with_display ()

Description

Functions

gst_gl_display_x11_new ()

GstGLDisplayX11 *
gst_gl_display_x11_new (const gchar *name);

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

Parameters

name

a display name.

[allow-none]

Returns

a new GstGLDisplayX11 or NULL.

[transfer full]


gst_gl_display_x11_new_with_display ()

GstGLDisplayX11 *
gst_gl_display_x11_new_with_display (Display *display);

Creates a new display connection from a X11 Display.

Parameters

display

an existing, x11 display

 

Returns

a new GstGLDisplayX11.

[transfer full]

Types and Values

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.