mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
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:
parent
602d69e85c
commit
a5820445bf
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||||
|
|
|
@ -280,7 +280,7 @@ struct _GstEvent {
|
||||||
GstStructure *structure;
|
GstStructure *structure;
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
gpointer _gst_reserved[GST_PADDING];
|
gpointer _gst_reserved;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstEventClass {
|
struct _GstEventClass {
|
||||||
|
|
Loading…
Reference in a new issue