aggregator: make padding larger
authorTim-Philipp Müller <tim@centricular.com>
Sun, 28 Dec 2014 01:13:33 +0000 (01:13 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sun, 28 Dec 2014 01:13:33 +0000 (01:13 +0000)
Esp. the class structures, can't have enough
spare space for virtual functions.

gst-libs/gst/video/gstvideoaggregator.h

index 60733ed..2be7eb6 100644 (file)
@@ -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);