diff options
Diffstat (limited to 'gst/gstpreset.h')
-rw-r--r-- | gst/gstpreset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/gstpreset.h b/gst/gstpreset.h index fab9babd7..08e96113e 100644 --- a/gst/gstpreset.h +++ b/gst/gstpreset.h @@ -61,6 +61,9 @@ struct _GstPresetInterface * instances of a type and if the list changes, we trigger the signal for all * instance */ + + /*< private >*/ + gpointer _gst_reserved[GST_PADDING]; }; GType gst_preset_get_type(void); |