diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2015-03-24 18:20:54 +0100 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2015-03-24 18:20:54 +0100 |
| commit | 138bbc1a5f1d6decf00dfecdbe332fbdea160555 (patch) | |
| tree | f5ed6421cc465ed4f9c67a1cc43682ce5beb5ab1 | |
| parent | 1cb004cce6cd8f808d8793d9a8f3eca28971bdb0 (diff) | |
| download | vdr-plugin-rpihddevice-138bbc1a5f1d6decf00dfecdbe332fbdea160555.tar.gz vdr-plugin-rpihddevice-138bbc1a5f1d6decf00dfecdbe332fbdea160555.tar.bz2 | |
signal OVG thread when command queue is stalled
| -rw-r--r-- | ovgosd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1590,7 +1590,7 @@ public: ILOG("[OpenVG] command queue stalled!"); } - if (signal) + if (signal || m_stalled) m_wait->Signal(); } |
