01-colorbalance-fix-abi.patch 798 B

123456789101112131415161718192021222324
  1. From 0cb4ccb1f09d39820682e052fc106f5fd7fa1309 Mon Sep 17 00:00:00 2001
  2. From: Stefan Sauer <ensonic@users.sf.net>
  3. Date: Fri, 24 Feb 2012 20:37:00 +0000
  4. Subject: interfaces: fix ABI class padding after the recent changes
  5. ---
  6. (limited to 'gst-libs/gst/interfaces/colorbalance.h')
  7. diff --git a/gst-libs/gst/interfaces/colorbalance.h b/gst-libs/gst/interfaces/colorbalance.h
  8. index fd8ceaa..9f0a1cd 100644
  9. --- a/gst-libs/gst/interfaces/colorbalance.h
  10. +++ b/gst-libs/gst/interfaces/colorbalance.h
  11. @@ -102,7 +102,7 @@ struct _GstColorBalanceClass {
  12. GstColorBalanceType (*get_balance_type) (GstColorBalance *balance);
  13. /*< private >*/
  14. - gpointer _gst_reserved[GST_PADDING];
  15. + gpointer _gst_reserved[GST_PADDING-1];
  16. };
  17. GType gst_color_balance_get_type (void);
  18. --
  19. cgit v0.9.0.2-2-gbebe