csrc/thirdparty/gb28181/include/PsToEs.hpp
@@ -77,7 +77,8 @@ pthread_mutex_unlock(&mtx); } void clearAll(std::function<void(T)> fn){ template<class F> void clearAll(F&& fn){ pthread_mutex_lock(&mtx); while (!q.empty()){ T value = q.front();