summaryrefslogtreecommitdiffstats
path: root/sys/ximage/ximageutil.h
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2006-03-31 15:21:35 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2006-03-31 15:21:35 +0000
commitc03f02f50fa9c357435de2bb14501e40f1a184c9 (patch)
treef0e1592f8dfe6404d5245e53a30b820dd2b8d4f4 /sys/ximage/ximageutil.h
parent9b064ff8d8f76bcf77cd3e0452acfda5ef6c547c (diff)
sys/ximagesrc/: Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor
Original commit message from CVS: 2006-03-31 Zaheer Abbas Merali <zaheerabbas at merali dot org> * sys/ximagesrc/ximagesrc.c: (composite_pixel), (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property), (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init): * sys/ximagesrc/ximagesrc.h: * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get): * sys/ximagesrc/ximageutil.h: Fix ximagesrc so a) the cursor doesnt trail and b) there are no yellow rectangles with the cursor
Diffstat (limited to 'sys/ximage/ximageutil.h')
-rw-r--r--sys/ximage/ximageutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/ximage/ximageutil.h b/sys/ximage/ximageutil.h
index a4db7610..cc9d3dbf 100644
--- a/sys/ximage/ximageutil.h
+++ b/sys/ximage/ximageutil.h
@@ -89,6 +89,12 @@ struct _GstXContext {
gint width, height;
gint widthmm, heightmm;
+
+ /* these are the output masks
+ * for buffers from ximagesrc
+ * and are in big endian */
+ guint32 r_mask_output, g_mask_output, b_mask_output;
+
GValue *par; /* calculated pixel aspect ratio */
gboolean use_xshm;