video: add padding

This commit is contained in:
Wim Taymans 2012-05-29 09:52:40 +02:00
parent 03dc5d4a1b
commit 3925b20e25

View file

@ -259,6 +259,8 @@ struct _GstVideoFormatInfo {
GstVideoFormat unpack_format;
GstVideoFormatUnpack unpack_func;
GstVideoFormatPack pack_func;
gpointer _gst_reserved[GST_PADDING];
};
#define GST_VIDEO_FORMAT_INFO_FORMAT(info) ((info)->format)