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.
This commit is contained in:
Tim-Philipp Müller 2005-08-08 14:13:59 +00:00
parent c3c1f232c0
commit 074b6a3b64
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-08-08 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/gst/interfaces/mixer.h:
Reset padding to GST_PADDING.
2005-08-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybin.c: (remove_sinks):

View file

@ -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);