diff options
author | David Schleef <ds@schleef.org> | 2003-12-09 10:02:08 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-12-09 10:02:08 +0000 |
commit | 5f9d5da7b833299467c77f04854e43bfbf0e562d (patch) | |
tree | c48e29240217aecb4cf9822d9b62b7566b6bd257 /gst-libs/gst/colorbalance | |
parent | 537891db4127e8fe27c1038e6ff088df3d520008 (diff) | |
download | gst-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')
-rw-r--r-- | gst-libs/gst/colorbalance/colorbalance.h | 2 | ||||
-rw-r--r-- | gst-libs/gst/colorbalance/colorbalancechannel.h | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/gst-libs/gst/colorbalance/colorbalancechannel.h b/gst-libs/gst/colorbalance/colorbalancechannel.h index 81d0bd34..23f73f8e 100644 --- a/gst-libs/gst/colorbalance/colorbalancechannel.h +++ b/gst-libs/gst/colorbalance/colorbalancechannel.h @@ -54,7 +54,7 @@ typedef struct _GstColorBalanceChannelClass { void (* value_changed) (GstColorBalanceChannel *channel, gint value); - GST_CLASS_PADDING + gpointer _gst_reserved[GST_PADDING]; } GstColorBalanceChannelClass; GType gst_color_balance_channel_get_type (void); |