summaryrefslogtreecommitdiff
path: root/gst/gstobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstobject.h')
-rw-r--r--gst/gstobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstobject.h b/gst/gstobject.h
index 741d320e5..0cc5ddc5f 100644
--- a/gst/gstobject.h
+++ b/gst/gstobject.h
@@ -77,7 +77,7 @@ struct _GstObject {
guint32 flags;
- GST_OBJECT_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
/* signal_object is used to signal to the whole class */
@@ -99,7 +99,7 @@ struct _GstObjectClass {
xmlNodePtr (*save_thyself) (GstObject *object, xmlNodePtr parent);
void (*restore_thyself) (GstObject *object, xmlNodePtr self);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
};
#define GST_FLAGS(obj) (GST_OBJECT_CAST (obj)->flags)