From 7d22da9510e1fb62e0cf6b40d1bec39e27ca5166 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 28 Dec 2014 01:13:33 +0000 Subject: [PATCH] aggregator: make padding larger Esp. the class structures, can't have enough spare space for virtual functions. --- gst-libs/gst/video/gstvideoaggregator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/video/gstvideoaggregator.h b/gst-libs/gst/video/gstvideoaggregator.h index 60733ed..2be7eb6 100644 --- a/gst-libs/gst/video/gstvideoaggregator.h +++ b/gst-libs/gst/video/gstvideoaggregator.h @@ -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); -- 2.7.4