projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f92884
)
reset padding
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 4 Feb 2004 21:59:27 +0000
(21:59 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/gst/gstclock.h
b/gst/gstclock.h
index
3df9249
..
b300150
100644
(file)
--- a/
gst/gstclock.h
+++ b/
gst/gstclock.h
@@
-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];*/
};