]> git.sesse.net Git - pkanalytics/commit
std::shared_ptr is surprisingly not thread-safe, so we need a mutex.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Jul 2023 13:44:51 +0000 (15:44 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Jul 2023 13:44:51 +0000 (15:44 +0200)
commitb6eaf3bbd5005eda6d9853897b2b5667c5fd63a7
tree40604ad5d2d83146d64f13a02ff2dbed2e5ef7b1
parent1499d6f5c9c563843c5bba582d44a72c7cae27b2
std::shared_ptr is surprisingly not thread-safe, so we need a mutex.
video_widget.cpp
video_widget.h