From 705d17c8a8f7fb78f3cdfc3184399dbee4911aa8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 27 Jan 2012 18:46:49 +0100 Subject: [PATCH] segment: Add padding to the public struct --- gst/gstsegment.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.7.4