Skip to content

Commit

Permalink
pi: fixup some pi patches to VideoPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Sep 7, 2015
1 parent fcc31e2 commit daa385b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2858,7 +2858,7 @@ void CApplication::FrameMove(bool processEvents, bool processGUI)
if (!m_skipGuiRender)
g_windowManager.Process(CTimeUtils::GetFrameTime());
else if (!g_graphicsContext.IsFullScreenVideo())
g_renderManager.FrameMove();
g_windowManager.FrameMove();
}
g_windowManager.FrameMove();
}
Expand Down
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/VideoPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3606,7 +3606,7 @@ bool CVideoPlayer::CloseStream(CCurrentStream& current, bool bWaitForBuffers)
if(bWaitForBuffers)
SetCaching(CACHESTATE_DONE);

dump_packet(NULL, current.player == DVDPLAYER_VIDEO, current.player == DVDPLAYER_AUDIO);
dump_packet(NULL, current.player == VideoPlayer_VIDEO, current.player == VideoPlayer_AUDIO);

IDVDStreamPlayer* player = GetStreamPlayer(current.player);
if(player)
Expand Down

0 comments on commit daa385b

Please sign in to comment.