diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-03 23:45:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-14 21:07:49 +0100 |
| commit | 63d301ca5f4518c2d559066cc7909e7acb62cd7f (patch) | |
| tree | c703ad1149e16db2744763cdfe114a54e2103ac0 /src | |
| parent | 0253b4e45c71a1c2e2a8bffaf1c3cb84a0a3e41a (diff) | |
Missing conditional wakeup.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/butler.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/butler.cc b/src/lib/butler.cc index db1ef7ffa..2b6010aaa 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -236,6 +236,7 @@ Butler::player_changed () { _video.clear (); _audio.clear (); + _summon.notify_all (); } /** Try to get `frames' frames of audio and copy it into `out'. Silence |
