mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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);
|
||||
|
||||
/*< private >*/
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
gpointer _gst_reserved[GST_PADDING_LARGE];
|
||||
};
|
||||
|
||||
/* element class pad templates */
|
||||
|
|
Loading…
Reference in a new issue