gl/mem: pad the public struct

This commit is contained in:
Matthew Waters 2014-05-01 12:51:06 +10:00
parent 441ac82d7f
commit 29ff67a60a

View file

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