Skip to content
Snippets Groups Projects
Unverified Commit 39a43b81 authored by David Newman's avatar David Newman Committed by GitHub
Browse files

Merge pull request #29 from mpiatka/lockfix

Fix hang due to missing condition vaiable wake
parents 479070db df801663
No related branches found
No related tags found
No related merge requests found
......@@ -345,6 +345,7 @@ public:
// Increase the amount of space in the encoder job queue
available++;
space.Wake();
// Return the encoder job with the next encoded sample
return job;
......@@ -364,6 +365,7 @@ public:
// Increase the amount of space in the encoder job queue
available++;
space.Wake();
// Return the encoder job with the next encoded sample
return job;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment