From 9c52a9cd0993b34d0cf02a8fea4fd39b4e8609c0 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 29 Dec 2007 00:37:41 +0000 Subject: Major cleanup of code. Convert glupload to BaseTransform. Original commit message from CVS: * configure.ac: * sys/glsink/glextensions.c: * sys/glsink/glextensions.h: * sys/glsink/glimagesink.c: * sys/glsink/glimagesink.h: * sys/glsink/gstglbuffer.c: * sys/glsink/gstglbuffer.h: * sys/glsink/gstglconvert.c: * sys/glsink/gstgldisplay.c: * sys/glsink/gstgldisplay.h: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: * sys/glsink/gstglfilter.h: * sys/glsink/gstglfilterexample.c: * sys/glsink/gstgltestsrc.c: * sys/glsink/gstglupload.c: Major cleanup of code. Convert glupload to BaseTransform. Handle caps negotiation mostly correctly. Reenable in build. --- sys/glsink/gstgldisplay.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/glsink/gstgldisplay.h') diff --git a/sys/glsink/gstgldisplay.h b/sys/glsink/gstgldisplay.h index 677c569f..907f2c8f 100644 --- a/sys/glsink/gstgldisplay.h +++ b/sys/glsink/gstgldisplay.h @@ -46,7 +46,8 @@ struct _GstGLDisplay { gboolean have_color_matrix; Window window; - Window assigned_window; + //Window assigned_window; + Window parent_window; int win_width; int win_height; -- cgit v1.2.1