After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697551 - libsabi: W32-compatible ABI tests
libsabi: W32-compatible ABI tests
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-08 12:02 UTC by LRN
Modified: 2013-04-09 18:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Special struct size values for W32 (4.80 KB, patch)
2013-04-08 12:03 UTC, LRN
committed Details | Review

Description LRN 2013-04-08 12:02:44 UTC
Structure size is different on W32. ABI tests (that check struct size) should be either disabled completely, or be fixed up to check for W32-specific sizes.
Comment 1 LRN 2013-04-08 12:03:12 UTC
Created attachment 240942 [details] [review]
Special struct size values for W32
Comment 2 Sebastian Dröge (slomo) 2013-04-09 18:11:23 UTC
commit ff62f3f1e01421afc7cf27d701d6facaa26ddfca
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Mon Apr 8 14:42:15 2013 +0400

    libsabi: Special struct size values for W32
    
    These account for both possible type size mismatch AND -mms-bitfields
    packing. Sizes are taken from an i686-w64-mingw32-built GStreamer,
    gcc 4.8.0, mingw-w64 svn-r5685.
    
    Fixes #697551