juteman

Results 3 issues of juteman

![issues1](https://user-images.githubusercontent.com/13850064/177116706-ae20602f-e50c-4412-837b-ef1e2e014f0b.PNG) ![issues2](https://user-images.githubusercontent.com/13850064/177116793-14c0841b-7cb1-4c28-ab2c-2eaaddb8e54e.PNG) Many commits are as shown in the figure above.The feature or modification of these commits is the same.These commits are noise when going through the commit log. The...

我的lock free programming就是在coolshell上看到您的文章启蒙的,感谢您。

Change two function parameter name to deviceIdkey. ```cpp DesktopCaptureSource DesktopCaptureSourceForKey( const std::string &uniqueKey); bool ShouldBeDesktopCapture(const std::string &uniqueKey); ``` These function parameters has named "uniqueKey". But in context of VideoCapturerInterfaceImpl, we...