summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video/gstvideosink.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-09 01:57:54 +0000
committerDavid Schleef <ds@schleef.org>2003-10-09 01:57:54 +0000
commit7f220280ae9aebc76ebff6da6baf8f54d45b992d (patch)
tree3471612c43a6e531f4da3d328315dd9e1059c69c /gst-libs/gst/video/gstvideosink.h
parentc07813ac2ca2a969ac4f46b7f2bcaee731f0ca79 (diff)
downloadgst-plugins-bad-7f220280ae9aebc76ebff6da6baf8f54d45b992d.tar.gz
gst-plugins-bad-7f220280ae9aebc76ebff6da6baf8f54d45b992d.tar.bz2
gst-plugins-bad-7f220280ae9aebc76ebff6da6baf8f54d45b992d.zip
add object and struct padding
Original commit message from CVS: add object and struct padding
Diffstat (limited to 'gst-libs/gst/video/gstvideosink.h')
-rw-r--r--gst-libs/gst/video/gstvideosink.h4
1 files changed, 4 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);