summaryrefslogtreecommitdiffstats
path: root/sys/glsink/glimagesink.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-05-14 06:52:31 +0000
committerDavid Schleef <ds@schleef.org>2005-05-14 06:52:31 +0000
commit5b32cb171e2c3a236aa1281d41febec8da5275a7 (patch)
tree4064e00df4dc7265d7c0558fb24f6617e4bb9c8d /sys/glsink/glimagesink.h
parent6f04e6e2f0601cc5a4e7fa2a079dee8c465fb868 (diff)
downloadgst-plugins-bad-5b32cb171e2c3a236aa1281d41febec8da5275a7.tar.gz
gst-plugins-bad-5b32cb171e2c3a236aa1281d41febec8da5275a7.tar.bz2
gst-plugins-bad-5b32cb171e2c3a236aa1281d41febec8da5275a7.zip
sys/glsink/glimagesink.*: Delay creation of window until PAUSED->PLAYING so there's no flickering. Also allows us to...
Original commit message from CVS: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: Delay creation of window until PAUSED->PLAYING so there's no flickering. Also allows us to create a proper subwindow or toplevel window.
Diffstat (limited to 'sys/glsink/glimagesink.h')
-rw-r--r--sys/glsink/glimagesink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/glsink/glimagesink.h b/sys/glsink/glimagesink.h
index 0cd78c20..00ed31fe 100644
--- a/sys/glsink/glimagesink.h
+++ b/sys/glsink/glimagesink.h
@@ -53,6 +53,7 @@ struct _GstGLImageSink {
Window window;
Window parent_window;
+ XVisualInfo *visinfo;
gdouble framerate;