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 663300 - RTSPServer broken on windows - socket creation
RTSPServer broken on windows - socket creation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
0.10.x
Other Windows
: Normal critical
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-03 09:53 UTC by matzepopatze
Modified: 2011-11-03 16:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (966 bytes, patch)
2011-11-03 09:53 UTC, matzepopatze
none Details | Review

Description matzepopatze 2011-11-03 09:53:58 UTC
Created attachment 200577 [details] [review]
Patch

The socket creation doesn't work on windows. An #ifdef statement was missing.
Comment 1 Wim Taymans 2011-11-03 10:58:12 UTC
commited, thanks.

commit 20b6be38527123836c656570b1d503fc7967ca39
Author: mat <matzepopatze@gmx.de>
Date:   Thu Nov 3 10:48:40 2011 +0100

    #ifdef statements for windows socket creation were missing
Comment 2 matzepopatze 2011-11-03 16:39:25 UTC
cool!