Skip to content

Commit

Permalink
VideoPlayer: fix hang on stop
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta authored and popcornmix committed May 3, 2017
1 parent 1243660 commit 2797de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoPlayer/VideoRenderers/RenderManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ void CRenderManager::FlipPage(volatile std::atomic_bool& bStop, double pts,
{
CLog::Log(LOGWARNING, "CRenderManager::FlipPage - timeout waiting for render");
}
break;
}
}
m_forceNext = false;
Expand Down

0 comments on commit 2797de3

Please sign in to comment.