audioaggregator: make class padding larger

This commit is contained in:
Tim-Philipp Müller 2017-10-23 22:03:22 +02:00
parent 859cc0a662
commit a9ffba8ce5

View file

@ -90,7 +90,7 @@ struct _GstAudioAggregatorPadClass
GstAggregatorPadClass parent_class;
/*< private >*/
gpointer _gst_reserved[GST_PADDING];
gpointer _gst_reserved[GST_PADDING_LARGE];
};
GST_EXPORT
@ -148,7 +148,7 @@ struct _GstAudioAggregatorClass {
GstBuffer * outbuf, guint out_offset, guint num_frames);
/*< private >*/
gpointer _gst_reserved[GST_PADDING];
gpointer _gst_reserved[GST_PADDING_LARGE];
};
/*************************