From: Wim Taymans Date: Tue, 29 May 2012 07:52:40 +0000 (+0200) Subject: video: add padding X-Git-Tag: 1.19.3~511^2~6427 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3925b20e25da25b9f5d32c73b33ceed88ff602a3;p=platform%2Fupstream%2Fgstreamer.git video: add padding --- diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h index feafdb2..d139033 100644 --- a/gst-libs/gst/video/video.h +++ b/gst-libs/gst/video/video.h @@ -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)