Skip to content
Snippets Groups Projects
Commit df801663 authored by Martin Piatka's avatar Martin Piatka
Browse files

Fix hang due to missing condition vaiable wake

parent 479070db
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