gl/mem: pad the public struct
authorMatthew Waters <ystreet00@gmail.com>
Thu, 1 May 2014 02:51:06 +0000 (12:51 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:38 +0000 (19:31 +0000)
gst-libs/gst/gl/gstglmemory.h

index 9d9558b..bd898eb 100644 (file)
@@ -100,6 +100,8 @@ struct _GstGLMemory
   gpointer              user_data;
   guint                 pbo;
   guint                 unpack_length;
+
+  gpointer              _gst_reserved[GST_PADDING];
 };
 
 /**