Bug 164118

Summary: [OpenWebRTC] Initialize library one time only
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: adam.bergkvist, alex, pnormand
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch darin: review+

Philippe Normand
Reported 2016-10-28 03:31:59 PDT
It is the app responsibility to initialize the OWR library not more than one time. Patch incoming
Attachments
patch (1.58 KB, patch)
2016-10-28 03:34 PDT, Philippe Normand
darin: review+
Philippe Normand
Comment 1 2016-10-28 03:34:06 PDT
Darin Adler
Comment 2 2016-10-28 11:03:04 PDT
Comment on attachment 293135 [details] patch If this function could be called from more than one thread then we would need to use std::call_once instead.
Philippe Normand
Comment 3 2016-10-31 01:06:24 PDT
Note You need to log in before you can comment on or make changes to this bug.