From 074b6a3b64fbb15387d4e748ff2e195f868995b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Aug 2005 14:13:59 +0000 Subject: [PATCH] gst-libs/gst/interfaces/mixer.h: Reset padding to GST_PADDING. Original commit message from CVS: * gst-libs/gst/interfaces/mixer.h: Reset padding to GST_PADDING. --- ChangeLog | 5 +++++ gst-libs/gst/interfaces/mixer.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b53f636295..b1df7d79c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-08 Tim-Philipp Müller + + * gst-libs/gst/interfaces/mixer.h: + Reset padding to GST_PADDING. + 2005-08-08 Ronald S. Bultje * gst/playback/gstplaybin.c: (remove_sinks): diff --git a/gst-libs/gst/interfaces/mixer.h b/gst-libs/gst/interfaces/mixer.h index c9bb7d9aee..2715eabfeb 100644 --- a/gst-libs/gst/interfaces/mixer.h +++ b/gst-libs/gst/interfaces/mixer.h @@ -86,7 +86,6 @@ struct _GstMixerClass { GstMixerTrack *channel, gint *volumes); - /* use padding */ void (* set_option) (GstMixer *mixer, GstMixerOptions *opts, gchar *value); @@ -97,7 +96,8 @@ struct _GstMixerClass { GstMixerOptions *opts, gchar *option); - gpointer _gst_reserved[GST_PADDING-3]; + /*< private >*/ + gpointer _gst_reserved[GST_PADDING]; }; GType gst_mixer_get_type (void);