diff --git a/gst/gst_private.h b/gst/gst_private.h index 1b0f02b534..eefd044d93 100644 --- a/gst/gst_private.h +++ b/gst/gst_private.h @@ -524,7 +524,7 @@ struct _GstClockEntryImpl GstClockEntry entry; GWeakRef clock; GDestroyNotify destroy_entry; - gpointer padding[19]; /* padding for allowing e.g. systemclock + gpointer padding[21]; /* padding for allowing e.g. systemclock * to add data in lieu of overridable * virtual functions on the clock */ };