reset padding

Original commit message from CVS:
reset padding
This commit is contained in:
Thomas Vander Stichele 2004-02-04 21:59:27 +00:00
parent 1f92884076
commit 2c8574e0aa

View file

@ -141,7 +141,7 @@ struct _GstClock {
GstClockTime max_event_diff;
/* weird padding here */
guint8 padding[sizeof(gpointer) * GST_PADDING - sizeof (GstClockTime) * 2];
guint8 padding[sizeof(gpointer) * GST_PADDING];
/*gpointer _gst_reserved[GST_PADDING];*/
};