audioaggregator: make class padding larger

This commit is contained in:
Tim-Philipp Müller 2017-10-23 22:03:22 +02:00
parent 73381c8475
commit 5d3795163b

View file

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