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 501419 - gstsdpmessage.c uses getaddrinfo
gstsdpmessage.c uses getaddrinfo
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.16
Other Cygwin
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-04 02:16 UTC by Yaakov Selkowitz
Modified: 2008-10-13 01:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yaakov Selkowitz 2007-12-04 02:16:24 UTC
The recent change (r1.4) to gst-plugins-base/gst-libs/gst/sdp/gstsdpmessage.c uses struct addrinfo, getaddrinfo(), and company.  These are not available on all platforms, among them namely Cygwin, as well as Windows before XP.

Could a portable solution be added or substituted?
Comment 1 Wim Taymans 2008-07-03 09:15:24 UTC
This patch makes it conpile on mingw32 but does not really give a portable substitute yet.

        Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>

        * gst-libs/gst/sdp/gstsdpmessage.c:
        Makes libgstsdp compile with mingw32 by defining the right WINVER so
        that getaddrinfo() can be used. Fixes #541358.
Comment 2 Yaakov Selkowitz 2008-10-13 01:28:00 UTC
Next version of Cygwin will have getaddrinfo() and friends.  Closing.