From: Sebastian Dröge Date: Fri, 27 Jan 2012 17:46:49 +0000 (+0100) Subject: segment: Add padding to the public struct X-Git-Tag: RELEASE-0.11.2~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=705d17c8a8f7fb78f3cdfc3184399dbee4911aa8;p=platform%2Fupstream%2Fgstreamer.git segment: Add padding to the public struct --- diff --git a/gst/gstsegment.h b/gst/gstsegment.h index 92bd32c..65f9210 100644 --- a/gst/gstsegment.h +++ b/gst/gstsegment.h @@ -142,6 +142,9 @@ struct _GstSegment { guint64 position; guint64 duration; + + /* < private > */ + gpointer _gst_reserved[GST_PADDING]; }; GType gst_segment_get_type (void);