gl/mem: pad the public struct

This commit is contained in:
Matthew Waters 2014-05-01 12:51:06 +10:00 committed by Tim-Philipp Müller
parent 1e8fc49203
commit 8638a5638c

View file

@ -100,6 +100,8 @@ struct _GstGLMemory
gpointer user_data;
guint pbo;
guint unpack_length;
gpointer _gst_reserved[GST_PADDING];
};
/**