Skip to content

Commit

Permalink
vdpau: fix WaitForFreeBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Jan 9, 2012
1 parent 40c71d2 commit 7f6edda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
Expand Up @@ -1886,6 +1886,8 @@ bool CVDPAU::QueueIsFull(bool wait /* = false */)
if (m_vdpauOutputMethod == OUTPUT_NONE)
return false;

m_queueSignal.Reset();

if (m_vdpauOutputMethod == OUTPUT_GL_INTEROP_YUV)
{
CSingleLock locku(m_outPicSec);
Expand Down

0 comments on commit 7f6edda

Please sign in to comment.