[dom/media] Use an atomic for mInputDeviceID to avoid potential race.

master
Fedor 2020-10-02 10:34:40 +03:00
parent ab0ae6cc24
commit f5425c8ddb
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ public:
* and boolean to control if we want input/output
*/
bool mInputWanted;
int mInputDeviceID;
Atomic<int> mInputDeviceID;
bool mOutputWanted;
int mOutputDeviceID;
// Maps AudioDataListeners to a usecount of streams using the listener