[gstreamer-bugs] [Bug 582878] [GstClock] ABI breakage in GIT on x86

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat May 16 10:23:34 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=582878

  GStreamer | gstreamer (core) | Ver: git




------- Comment #1 from Sebastian Dröge  2009-05-16 17:23 UTC -------
http://cgit.freedesktop.org/gstreamer/gstreamer/diff/gst/gstclock.h?id=bb8f296d45721629c97f5283e08077829de6c206

This is the problem... 64 bit padding are removed and a pointer is added...
giving a diff of 32 bits on 32 bit architectures. This is probably best fixed
by using a union:

union {
  GstClockPrivate *priv;
  GstClockTime _gst_reserved[GST_PADDING];
} ABI;


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=582878.




More information about the Gstreamer-bugs mailing list