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+

Description Philippe Normand 2016-10-28 03:31:59 PDT
It is the app responsibility to initialize the OWR library not more than one time. Patch incoming
Comment 1 Philippe Normand 2016-10-28 03:34:06 PDT
Created attachment 293135 [details]
patch
Comment 2 Darin Adler 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.
Comment 3 Philippe Normand 2016-10-31 01:06:24 PDT
Committed r208139: <http://trac.webkit.org/changeset/208139>