gst/gstevent.h (struct _GstEvent): Meant to remove the extra padding here before...
authorAndy Wingo <wingo@pobox.com>
Thu, 1 Dec 2005 12:00:56 +0000 (12:00 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 1 Dec 2005 12:00:56 +0000 (12:00 +0000)
Original commit message from CVS:
2005-12-01  Andy Wingo  <wingo@pobox.com>

* gst/gstevent.h (struct _GstEvent): Meant to remove the extra
padding here before, but it missed the commit.

ChangeLog
gst/gstevent.h

index adb58a5..84fcb8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-01  Andy Wingo  <wingo@pobox.com>
+
+       * gst/gstevent.h (struct _GstEvent): Meant to remove the extra
+       padding here before, but it missed the commit.
+
 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * libs/gst/controller/gstinterpolation.c:
index 8ee123c..bca8bed 100644 (file)
@@ -280,7 +280,7 @@ struct _GstEvent {
   GstStructure *structure;
 
   /*< private >*/
-  gpointer _gst_reserved[GST_PADDING];
+  gpointer _gst_reserved;
 };
 
 struct _GstEventClass {