gst/gstclock.*: Anonymous structs are a gcc (and some other compilers) extension...
authorMichael Smith <msmith@xiph.org>
Thu, 17 Nov 2005 12:36:30 +0000 (12:36 +0000)
committerMichael Smith <msmith@xiph.org>
Thu, 17 Nov 2005 12:36:30 +0000 (12:36 +0000)
commit3f80a0d39372c73bdffa1db8e2d7f2568b49c5cd
tree0d0d836482f630a214faa7509880d1246b9ed253
parentc557e030a9efd7ed4488fea81d58789011e54675
gst/gstclock.*: Anonymous structs are a gcc (and some other compilers) extension, so don't use them. Since this is on...

Original commit message from CVS:
* gst/gstclock.c: (gst_clock_init), (gst_clock_adjust_unlocked),
(gst_clock_set_rate_offset), (gst_clock_get_rate_offset):
* gst/gstclock.h:
Anonymous structs are a gcc (and some other compilers) extension, so
don't use them. Since this is only for ABI-compatibility, and our
API/ABI freeze is over in a few days, this whole thing will only
last a few days, so don't bother trying to think up a meaningful
name for the struct.
ChangeLog
gst/gstclock.c
gst/gstclock.h