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/video/gstvideosink.h | 4 ++++ gst-libs/gst/video/videosink.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'gst-libs/gst/video') diff --git a/gst-libs/gst/video/gstvideosink.h b/gst-libs/gst/video/gstvideosink.h index 9f82bb1f..2a460fda 100644 --- a/gst-libs/gst/video/gstvideosink.h +++ b/gst-libs/gst/video/gstvideosink.h @@ -61,6 +61,8 @@ struct _GstVideoSink { GstClock *clock; GstCaps *formats; + + GST_OBJECT_PADDING }; struct _GstVideoSinkClass { @@ -75,6 +77,8 @@ struct _GstVideoSinkClass { void (*have_video_out) (GstVideoSink *element, gpointer video_out); void (*have_size) (GstVideoSink *element, gint width, gint height); void (*frame_displayed) (GstVideoSink *element); + + GST_CLASS_PADDING }; GType gst_videosink_get_type (void); diff --git a/gst-libs/gst/video/videosink.h b/gst-libs/gst/video/videosink.h index 9f82bb1f..2a460fda 100644 --- a/gst-libs/gst/video/videosink.h +++ b/gst-libs/gst/video/videosink.h @@ -61,6 +61,8 @@ struct _GstVideoSink { GstClock *clock; GstCaps *formats; + + GST_OBJECT_PADDING }; struct _GstVideoSinkClass { @@ -75,6 +77,8 @@ struct _GstVideoSinkClass { void (*have_video_out) (GstVideoSink *element, gpointer video_out); void (*have_size) (GstVideoSink *element, gint width, gint height); void (*frame_displayed) (GstVideoSink *element); + + GST_CLASS_PADDING }; GType gst_videosink_get_type (void); -- cgit v1.2.1