From 8638a5638c53f53f69328c1ecd045c7a65def696 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 1 May 2014 12:51:06 +1000 Subject: [PATCH] gl/mem: pad the public struct --- gst-libs/gst/gl/gstglmemory.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/gstglmemory.h b/gst-libs/gst/gl/gstglmemory.h index 9d9558b..bd898eb 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]; }; /** -- 2.7.4