mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
[021/906] 2006-02-14 Andy Wingo <wingo@pobox.com>
* sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on schleef, don't break me gst-inspect -a.
This commit is contained in:
parent
2100b0368f
commit
30ce65ad7f
1 changed files with 3 additions and 3 deletions
|
@ -180,12 +180,12 @@ gst_glimage_sink_init (GstGLImageSink * glimage_sink,
|
|||
{
|
||||
int screen;
|
||||
|
||||
//glimage_sink->display = XOpenDisplay (NULL);
|
||||
glimage_sink->display = XOpenDisplay (NULL);
|
||||
|
||||
screen = DefaultScreen (glimage_sink->display);
|
||||
|
||||
//XSynchronize(glimage_sink->display, True);
|
||||
//XSetErrorHandler (error_handler);
|
||||
XSynchronize (glimage_sink->display, True);
|
||||
/* XSetErrorHandler (error_handler); */
|
||||
glimage_sink->width = 400;
|
||||
glimage_sink->height = 400;
|
||||
|
||||
|
|
Loading…
Reference in a new issue