From 7f220280ae9aebc76ebff6da6baf8f54d45b992d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 9 Oct 2003 01:57:54 +0000 Subject: add object and struct padding Original commit message from CVS: add object and struct padding --- gst-libs/gst/play/play.old.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst-libs/gst/play') diff --git a/gst-libs/gst/play/play.old.h b/gst-libs/gst/play/play.old.h index 1eabd3fd..fec75173 100644 --- a/gst-libs/gst/play/play.old.h +++ b/gst-libs/gst/play/play.old.h @@ -132,6 +132,8 @@ struct _GstPlay GstPlayTimeoutAdd timeout_add_func; GstPlayIdleAdd idle_add_func; + + GST_OBJECT_PADDING }; struct _GstPlayClass @@ -152,6 +154,8 @@ struct _GstPlayClass void (*have_vis_video_out) (GstPlay * play, gpointer video_out); void (*have_video_size) (GstPlay * play, gint width, gint height); void (*have_vis_size) (GstPlay * play, gint width, gint height); + + GST_CLASS_PADDING }; struct _GstPlayIdleData -- cgit v1.2.1