Bug#674156: alignment issue

2012-11-19 Thread Simon McVittie
On Tue, 06 Nov 2012 at 09:42:48 +0100, Sjoerd Simons wrote: > This obviously breaks ABI on these platforms, not only of glib but also of > libraries which have a GStaticMutex embedded in their public structs in some > way. I sent this upstream, GNOME #688406. The new ABI has already been in two up

Bug#674156: alignment issue

2012-11-06 Thread Sjoerd Simons
reassign 674156 glib-2.0 thanks, On Fri, Oct 19, 2012 at 10:32:46PM +0900, Koichi Akabe wrote: > > (gst-plugin-scanner:961): GLib-GObject-WARNING **: specified instance > > size for type `GstRtpAC3Depay' is smaller than the parent type's > > `GstBaseRTPDepayload' instance size Digging through thi

Bug#674156: alignment issue

2012-10-19 Thread Koichi Akabe
According to the build log on armel: > 0%: Checks: 1, Failures: 1, Errors: 0 > elements/rtpbin_buffer_list.c:198:F:general:test_bufferlist:0: '*(guint64 *) > data' (939538581729009792) is not equal to '*(guint64 *) rtp_header[index]' > (16815518223612020252) > It casts from *guint8 to *guint64.