Fix another hang caused by Playlist::maybe_sequence being called
authorCarl Hetherington <cth@carlh.net>
Wed, 29 Aug 2018 15:09:53 +0000 (16:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 Aug 2018 15:09:53 +0000 (16:09 +0100)
commit609dd231fcbd8e44d4a857f0974ffc2a2a45bfca
tree38f8ec3e886338416d53ae5ebdeded428e1c697f
parent3c6e58b9e1430c6cbf3f28f4fd15a885aba5a237
Fix another hang caused by Playlist::maybe_sequence being called
between PENDING and DONE for VIDEO_RATE_CHANGED.  maybe_sequence
ends up with a call to get_video before the butler has heard
that the VIDEO_RATE_CHANGED is DONE.
src/lib/film.cc