mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
reset padding
Original commit message from CVS: reset padding
This commit is contained in:
parent
1f92884076
commit
2c8574e0aa
1 changed files with 1 additions and 1 deletions
|
@ -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];*/
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue