Discussion:
[Mlt-devel] [mltframework/mlt] a04e6d: sdl consumer: Fix potential deadlock (#245)
GitHub
2017-07-25 17:28:49 UTC
Permalink
Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: a04e6d9c35f052567b50d28b94edb322bd28f6f9
https://github.com/mltframework/mlt/commit/a04e6d9c35f052567b50d28b94edb322bd28f6f9
Author: Hugo Beauzée-Luyssen <***@beauzee.fr>
Date: 2017-07-25 (Tue, 25 Jul 2017)

Changed paths:
M src/modules/sdl/consumer_sdl.c

Log Message:
-----------
sdl consumer: Fix potential deadlock (#245)

If the thread might be waiting on the condition variable, signal it
first, and then join

Loading...