mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on schleef, don't break me gst-inspect -a.
Original commit message from CVS: 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
fb05a750e0
commit
b01a413122
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2006-02-14 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
|
||||
|
|
|
@ -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