]> git.sesse.net Git - pkanalytics/commit
Fix a threading issue, where we would call into the Qt thread from the video thread.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Jul 2023 13:42:40 +0000 (15:42 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 20 Jul 2023 13:42:40 +0000 (15:42 +0200)
commit1499d6f5c9c563843c5bba582d44a72c7cae27b2
tree3bb37a35d5f6567b25d09ea53cdb988c99ee44f3
parent25c11342f6317f8209c0e8fe88b6843ccf50af4f
Fix a threading issue, where we would call into the Qt thread from the video thread.
post_to_main_thread.h [new file with mode: 0644]
video_widget.cpp