DescriptionMac Video Capture: Change an ErrorMessage to LogMessage
A situation in which we're trying to stop capturing from a device
that has never been initialised properly ends up in
-sendErrorMessage:, but that in turn will trigger VideoCaptureController
-> VideoCaptureHost -> MediaStreamManager, that would try to tear
down the whole capture infrastructure, and that would end up in
the same point that caused the -sendErrorMessage.
In this case, Log instead of sending an Error.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290250
Patch Set 1 #
Total comments: 2
Patch Set 2 : tommi@s comments #
Total comments: 2
Patch Set 3 : tommi@s comments #
Total comments: 2
Patch Set 4 : grunell@ nit #
Messages
Total messages: 14 (0 generated)
|