GNOME Bugzilla – Bug 573529
In gstrtspconnection.c some functions are called with wrong arguments on win32
Last modified: 2009-02-28 18:36:54 UTC
accept() takes int (not uint) address_len getsockopt() takes char* (not uchar*) errno flags is undefined
Created attachment 129735 [details] [review] Two win32-specific typecasts and one undeclared variable
commit e5d2d32bbaf6bf4541ad69e3730bd721f431a1e9 Author: LRN <lrn1986@gmail.com> Date: Sat Feb 28 19:35:33 2009 +0100 rtspconnection: Use correct types for some functions on Win32 Fixes bug #573529.