summarylogtreecommitdiffstats
path: root/colorbalance-fix-abi.patch
diff options
context:
space:
mode:
authorYurii Kolesnykov2017-01-26 16:44:10 +0300
committerYurii Kolesnykov2017-01-26 16:45:14 +0300
commita02eae097ddeb0abd2c2ceeba2f93f980940ba00 (patch)
tree8d33fdb6b7eb8277ccde98116edb0ae510e3df11 /colorbalance-fix-abi.patch
downloadaur-a02eae097ddeb0abd2c2ceeba2f93f980940ba00.tar.gz
init
Diffstat (limited to 'colorbalance-fix-abi.patch')
-rw-r--r--colorbalance-fix-abi.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/colorbalance-fix-abi.patch b/colorbalance-fix-abi.patch
new file mode 100644
index 000000000000..1e7b8f2c113c
--- /dev/null
+++ b/colorbalance-fix-abi.patch
@@ -0,0 +1,23 @@
+From 0cb4ccb1f09d39820682e052fc106f5fd7fa1309 Mon Sep 17 00:00:00 2001
+From: Stefan Sauer <ensonic@users.sf.net>
+Date: Fri, 24 Feb 2012 20:37:00 +0000
+Subject: interfaces: fix ABI class padding after the recent changes
+
+---
+(limited to 'gst-libs/gst/interfaces/colorbalance.h')
+
+diff --git a/gst-libs/gst/interfaces/colorbalance.h b/gst-libs/gst/interfaces/colorbalance.h
+index fd8ceaa..9f0a1cd 100644
+--- a/gst-libs/gst/interfaces/colorbalance.h
++++ b/gst-libs/gst/interfaces/colorbalance.h
+@@ -102,7 +102,7 @@ struct _GstColorBalanceClass {
+ GstColorBalanceType (*get_balance_type) (GstColorBalance *balance);
+
+ /*< private >*/
+- gpointer _gst_reserved[GST_PADDING];
++ gpointer _gst_reserved[GST_PADDING-1];
+ };
+
+ GType gst_color_balance_get_type (void);
+--
+cgit v0.9.0.2-2-gbebe