mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
element: add LARGE padding to class structure
Four slots for expansion is not a lot.
This commit is contained in:
parent
be04f3945c
commit
3e1c2f7f05
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ struct _GstElementClass
|
||||||
gboolean (*query) (GstElement *element, GstQuery *query);
|
gboolean (*query) (GstElement *element, GstQuery *query);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved[GST_PADDING_LARGE];
|
||||||
};
|
};
|
||||||
|
|
||||||
/* element class pad templates */
|
/* element class pad templates */
|
||||||
|
|
Loading…
Reference in a new issue