summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-05-01 12:51:06 +1000
committerMatthew Waters <ystreet00@gmail.com>2014-05-01 14:00:04 +1000
commit29ff67a60a20e91a91ee665df6586c3c7834ec73 (patch)
tree08b556d17ea7cab79e99dba3faa15e0a08b6a87c
parent441ac82d7f0aa0b8c1de4defbf85fc6acfb0b19a (diff)
gl/mem: pad the public struct
-rw-r--r--gst-libs/gst/gl/gstglmemory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gstglmemory.h b/gst-libs/gst/gl/gstglmemory.h
index 9d9558b55..bd898eb37 100644
--- a/gst-libs/gst/gl/gstglmemory.h
+++ b/gst-libs/gst/gl/gstglmemory.h
@@ -100,6 +100,8 @@ struct _GstGLMemory
gpointer user_data;
guint pbo;
guint unpack_length;
+
+ gpointer _gst_reserved[GST_PADDING];
};
/**