segment: Add padding to the public struct

This commit is contained in:
Sebastian Dröge 2012-01-27 18:46:49 +01:00
parent f1f11098fe
commit 705d17c8a8

View file

@ -142,6 +142,9 @@ struct _GstSegment {
guint64 position; guint64 position;
guint64 duration; guint64 duration;
/* < private > */
gpointer _gst_reserved[GST_PADDING];
}; };
GType gst_segment_get_type (void); GType gst_segment_get_type (void);