summaryrefslogtreecommitdiffstats
path: root/sys/glsink/gstglupload.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-01-06 03:01:39 +0000
committerDavid Schleef <ds@schleef.org>2008-01-06 03:01:39 +0000
commitb37e08cb29ddca72161a8098690ba52e5594153d (patch)
treea1323d58d34e815589e88792662d80e6f6ff2da3 /sys/glsink/gstglupload.c
parent540c7d46c5627d7c8f229756c4885dac90f77311 (diff)
downloadgst-plugins-bad-b37e08cb29ddca72161a8098690ba52e5594153d.tar.gz
gst-plugins-bad-b37e08cb29ddca72161a8098690ba52e5594153d.tar.bz2
gst-plugins-bad-b37e08cb29ddca72161a8098690ba52e5594153d.zip
sys/glsink/: Handle xoverlay exposes correctly. This means glimagesink works correctly most of the time in totem (fu...
Original commit message from CVS: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstglbuffer.h: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstglupload.c: Handle xoverlay exposes correctly. This means glimagesink works correctly most of the time in totem (fullscreening being an execption). Doesn't handle expose events directly to the GL window.
Diffstat (limited to 'sys/glsink/gstglupload.c')
-rw-r--r--sys/glsink/gstglupload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/glsink/gstglupload.c b/sys/glsink/gstglupload.c
index 036fe55f..ff2b220e 100644
--- a/sys/glsink/gstglupload.c
+++ b/sys/glsink/gstglupload.c
@@ -430,7 +430,7 @@ gst_gl_upload_transform (GstBaseTransform * trans, GstBuffer * inbuf,
if (upload->peek) {
gst_gl_display_draw_texture (gl_outbuf->display, gl_outbuf->texture,
- gl_outbuf->width, gl_outbuf->height);
+ gl_outbuf->width, gl_outbuf->height, FALSE);
}
return GST_FLOW_OK;