summaryrefslogtreecommitdiff
path: root/gst/gstbin.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-07 21:58:42 +0000
committerDavid Schleef <ds@schleef.org>2003-10-07 21:58:42 +0000
commit85a63494bf6b917186de389742bb4b52bc38660b (patch)
treecdce51eea0f7f4f7ea7eca3b9b722b0e9c693741 /gst/gstbin.h
parentf20644277ff2ca3b0e77d2c94089c7b4d28bcd27 (diff)
Add padding to structures and objects
Original commit message from CVS: Add padding to structures and objects
Diffstat (limited to 'gst/gstbin.h')
-rw-r--r--gst/gstbin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstbin.h b/gst/gstbin.h
index 5c81c6f1c..a66527168 100644
--- a/gst/gstbin.h
+++ b/gst/gstbin.h
@@ -82,7 +82,7 @@ struct _GstBin {
gpointer pre_iterate_data;
gpointer post_iterate_data;
- gpointer dummy[8];
+ GST_OBJECT_PADDING
};
struct _GstBinClass {
@@ -101,7 +101,7 @@ struct _GstBinClass {
void (*element_added) (GstBin *bin, GstElement *child);
void (*element_removed) (GstBin *bin, GstElement *child);
- gpointer dummy[8];
+ GST_CLASS_PADDING
};
GType gst_bin_get_type (void);