diff options
Diffstat (limited to 'gst-libs/gst/video')
-rw-r--r-- | gst-libs/gst/video/gstvideosink.h | 4 | ||||
-rw-r--r-- | gst-libs/gst/video/videosink.h | 4 |
2 files changed, 8 insertions, 0 deletions
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); |