GNOME Bugzilla – Bug 520151
Core uses non-portable size_t and ssize_t
Last modified: 2008-03-03 18:43:38 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).
*** This bug has been marked as a duplicate of 520152 ***