rfbsrc: Fix compiling in Windows
https://bugzilla.gnome.org/show_bug.cgi?id=677724
This commit is contained in:
parent
afba4ce869
commit
e0241278f6
@ -197,7 +197,7 @@ gst_rfb_src_init (GstRfbSrc * src, GstRfbSrcClass * klass)
|
|||||||
WSADATA wsa_data;
|
WSADATA wsa_data;
|
||||||
|
|
||||||
if (WSAStartup (MAKEWORD (2, 2), &wsa_data) != 0) {
|
if (WSAStartup (MAKEWORD (2, 2), &wsa_data) != 0) {
|
||||||
GST_ERROR_OBJECT (sink, "WSAStartup failed: 0x%08x", WSAGetLastError ());
|
GST_ERROR_OBJECT (src, "WSAStartup failed: 0x%08x", WSAGetLastError ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user