From: James Wise Date: Fri, 10 Feb 2017 02:34:04 +0000 (+1100) Subject: What the? somehow one of the mutex's got removed. - fixing X-Git-Tag: 2.1.0_Beta2~48^2^2~6 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=df31e29fd222c602da43203f2087798ad3d452f7;p=casparcg What the? somehow one of the mutex's got removed. - fixing --- diff --git a/modules/bluefish/consumer/bluefish_consumer.cpp b/modules/bluefish/consumer/bluefish_consumer.cpp index 6d204bf34..98817c677 100644 --- a/modules/bluefish/consumer/bluefish_consumer.cpp +++ b/modules/bluefish/consumer/bluefish_consumer.cpp @@ -135,6 +135,7 @@ struct bluefish_consumer : boost::noncopyable std::array all_frames_; std::queue reserved_frames_; + std::mutex reserved_frames_lock_; std::queue live_frames_; std::mutex live_frames_lock_; std::shared_ptr dma_present_thread_;