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 520151 - Core uses non-portable size_t and ssize_t
Core uses non-portable size_t and ssize_t
Status: RESOLVED DUPLICATE of bug 520152
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-03 18:36 UTC by Edward Hervey
Modified: 2008-03-03 18:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2008-03-03 18:36:22 UTC
code in GStreamer should not use size_t/ssize_t because they are not portable on all platform.

Instead, it should be using gsize (for size_t) and gssize (for ssize_t).
Comment 1 Edward Hervey 2008-03-03 18:43:38 UTC

*** This bug has been marked as a duplicate of 520152 ***