diff --git a/webrtc/modules/video_capture/linux/video_capture_linux.cc b/webrtc/modules/video_capture/linux/video_capture_linux.cc index de4958e439..c2fdac0c67 100644 --- a/webrtc/modules/video_capture/linux/video_capture_linux.cc +++ b/webrtc/modules/video_capture/linux/video_capture_linux.cc @@ -311,7 +311,7 @@ WebRtc_Word32 VideoCaptureModuleV4L2::StopCapture() // Couldn't stop the thread, leak instead of crash. WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, -1, "%s: could not stop capture thread", __FUNCTION__); - assert(!"could not stop capture thread"); + assert(false); } }