element: add LARGE padding to class structure

Four slots for expansion is not a lot.
This commit is contained in:
Tim-Philipp Müller 2011-12-30 15:06:34 +00:00
parent be04f3945c
commit 3e1c2f7f05

View file

@ -657,7 +657,7 @@ struct _GstElementClass
gboolean (*query) (GstElement *element, GstQuery *query);
/*< private >*/
gpointer _gst_reserved[GST_PADDING];
gpointer _gst_reserved[GST_PADDING_LARGE];
};
/* element class pad templates */