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

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.
This commit is contained in:
Andy Wingo 2005-12-01 12:00:56 +00:00
parent 602d69e85c
commit a5820445bf
2 changed files with 6 additions and 1 deletions

View file

@ -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> 2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
* libs/gst/controller/gstinterpolation.c: * libs/gst/controller/gstinterpolation.c:

View file

@ -280,7 +280,7 @@ struct _GstEvent {
GstStructure *structure; GstStructure *structure;
/*< private >*/ /*< private >*/
gpointer _gst_reserved[GST_PADDING]; gpointer _gst_reserved;
}; };
struct _GstEventClass { struct _GstEventClass {