Chromium Code Reviews
DescriptionVideoCapturerAndroid: Ignore erroneous startCaptureOnCameraThread calls instead of crashing
Fix a bug where startCaptureOnCameraThread() is called while the camera is already successfully running. It may happen in the scenario when startCapture() is called, but startCaptureOnCameraThread() fails and posts a retry, then stopCapture() is called and removeCallbacksAndMessages() fails to remove the pending retry, and then startCapture() is called successfully.
BUG=b/28181364
R=glaznev@webrtc.org
Committed: https://crrev.com/210dd5c361e2e11a465e6de6e1f701c451c9bd65
Cr-Commit-Position: refs/heads/master@{#12697}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 15 (7 generated)
|
|||||||||||||||||||