Change GST_.*_PADDING to _gst_padding[GST_PADDING];
[platform/upstream/gstreamer.git] / gst / gstinterface.h
index 2d1bc71..8cd5ba3 100644 (file)
@@ -56,7 +56,7 @@ typedef struct _GstImplementsInterfaceClass {
   gboolean (* supported) (GstImplementsInterface *iface,
                          GType                   iface_type);
 
-  GST_CLASS_PADDING
+  gpointer _gst_reserved[GST_PADDING];
 } GstImplementsInterfaceClass;
 
 #define GST_IMPLEMENTS_INTERFACE_CHECK_INSTANCE_CAST(obj, type, cast_t) \