mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
aggregator: make padding larger
Esp. the class structures, can't have enough spare space for virtual functions.
This commit is contained in:
parent
6351c0becc
commit
7d22da9510
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ struct _GstVideoAggregator
|
|||
|
||||
/* < private > */
|
||||
GstVideoAggregatorPrivate *priv;
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
gpointer _gst_reserved[GST_PADDING_LARGE];
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -106,7 +106,7 @@ struct _GstVideoAggregatorClass
|
|||
GstVideoInfo * best_info,
|
||||
gboolean * at_least_one_alpha);
|
||||
/* < private > */
|
||||
gpointer _gst_reserved[GST_PADDING];
|
||||
gpointer _gst_reserved[GST_PADDING_LARGE];
|
||||
};
|
||||
|
||||
GType gst_videoaggregator_get_type (void);
|
||||
|
|
Loading…
Reference in a new issue