summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-03-24 18:20:54 +0100
committerThomas Reufer <thomas@reufer.ch>2015-03-24 18:20:54 +0100
commit138bbc1a5f1d6decf00dfecdbe332fbdea160555 (patch)
treef5ed6421cc465ed4f9c67a1cc43682ce5beb5ab1
parent1cb004cce6cd8f808d8793d9a8f3eca28971bdb0 (diff)
downloadvdr-plugin-rpihddevice-138bbc1a5f1d6decf00dfecdbe332fbdea160555.tar.gz
vdr-plugin-rpihddevice-138bbc1a5f1d6decf00dfecdbe332fbdea160555.tar.bz2
signal OVG thread when command queue is stalled
-rw-r--r--ovgosd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovgosd.c b/ovgosd.c
index ffaed15..91c2c2f 100644
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -1590,7 +1590,7 @@ public:
ILOG("[OpenVG] command queue stalled!");
}
- if (signal)
+ if (signal || m_stalled)
m_wait->Signal();
}