segment: Add padding to the public struct
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 27 Jan 2012 17:46:49 +0000 (18:46 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 27 Jan 2012 17:47:13 +0000 (18:47 +0100)
gst/gstsegment.h

index 92bd32c..65f9210 100644 (file)
@@ -142,6 +142,9 @@ struct _GstSegment {
 
   guint64         position;
   guint64         duration;
+
+  /* < private > */
+  gpointer        _gst_reserved[GST_PADDING];
 };
 
 GType        gst_segment_get_type            (void);