summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/mixer
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-09 01:57:54 +0000
committerDavid Schleef <ds@schleef.org>2003-10-09 01:57:54 +0000
commit7f220280ae9aebc76ebff6da6baf8f54d45b992d (patch)
tree3471612c43a6e531f4da3d328315dd9e1059c69c /gst-libs/gst/mixer
parentc07813ac2ca2a969ac4f46b7f2bcaee731f0ca79 (diff)
downloadgst-plugins-bad-7f220280ae9aebc76ebff6da6baf8f54d45b992d.tar.gz
gst-plugins-bad-7f220280ae9aebc76ebff6da6baf8f54d45b992d.tar.bz2
gst-plugins-bad-7f220280ae9aebc76ebff6da6baf8f54d45b992d.zip
add object and struct padding
Original commit message from CVS: add object and struct padding
Diffstat (limited to 'gst-libs/gst/mixer')
-rw-r--r--gst-libs/gst/mixer/mixer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/mixer/mixer.h b/gst-libs/gst/mixer/mixer.h
index 49351aec..565ba8db 100644
--- a/gst-libs/gst/mixer/mixer.h
+++ b/gst-libs/gst/mixer/mixer.h
@@ -82,6 +82,8 @@ typedef struct _GstMixerClass {
void (* set_record) (GstMixer *mixer,
GstMixerChannel *channel,
gboolean record);
+
+ GST_CLASS_PADDING
} GstMixerClass;
GType gst_mixer_get_type (void);