summaryrefslogtreecommitdiffstats
path: root/sys/ximage/ximageutil.h
diff options
context:
space:
mode:
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;