From 29ff67a60a20e91a91ee665df6586c3c7834ec73 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 9d9558b55d..bd898eb375 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]; }; /**