aggregator: make padding larger

Esp. the class structures, can't have enough
spare space for virtual functions.
This commit is contained in:
Tim-Philipp Müller 2014-12-28 01:13:33 +00:00
parent 6351c0becc
commit 7d22da9510

View file

@ -65,7 +65,7 @@ struct _GstVideoAggregator
/* < private > */ /* < private > */
GstVideoAggregatorPrivate *priv; GstVideoAggregatorPrivate *priv;
gpointer _gst_reserved[GST_PADDING]; gpointer _gst_reserved[GST_PADDING_LARGE];
}; };
/** /**
@ -106,7 +106,7 @@ struct _GstVideoAggregatorClass
GstVideoInfo * best_info, GstVideoInfo * best_info,
gboolean * at_least_one_alpha); gboolean * at_least_one_alpha);
/* < private > */ /* < private > */
gpointer _gst_reserved[GST_PADDING]; gpointer _gst_reserved[GST_PADDING_LARGE];
}; };
GType gst_videoaggregator_get_type (void); GType gst_videoaggregator_get_type (void);