summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/colorbalance/colorbalance.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
committerDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
commit5f9d5da7b833299467c77f04854e43bfbf0e562d (patch)
treec48e29240217aecb4cf9822d9b62b7566b6bd257 /gst-libs/gst/colorbalance/colorbalance.h
parent537891db4127e8fe27c1038e6ff088df3d520008 (diff)
downloadgst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.gz
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.bz2
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.zip
Change GST_*_PADDING to _gst_private[GST_PADDING]
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
Diffstat (limited to 'gst-libs/gst/colorbalance/colorbalance.h')
-rw-r--r--gst-libs/gst/colorbalance/colorbalance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/colorbalance/colorbalance.h b/gst-libs/gst/colorbalance/colorbalance.h
index 041c4e8f..f4a0d78a 100644
--- a/gst-libs/gst/colorbalance/colorbalance.h
+++ b/gst-libs/gst/colorbalance/colorbalance.h
@@ -61,7 +61,7 @@ typedef struct _GstColorBalanceClass {
GstColorBalanceChannel *channel,
gint value);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstColorBalanceClass;
GType gst_color_balance_get_type (void);