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.
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.
Returns
a new GstGLDisplayX11. 
[transfer full]