reset padding
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 21:59:27 +0000 (21:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Feb 2004 21:59:27 +0000 (21:59 +0000)
Original commit message from CVS:
reset padding

gst/gstclock.h

index 3df9249..b300150 100644 (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];*/
 };