Skip to content

Commit

Permalink
OMXPlayer: some caching fixes for pvr
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed May 21, 2013
1 parent 1016eb2 commit 9292b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xbmc/cores/omxplayer/OMXPlayer.cpp
Expand Up @@ -2328,7 +2328,8 @@ void COMXPlayer::HandleMessages()
// 1. disable audio
// 2. skip frames and adjust their pts or the clock
m_playSpeed = speed;
m_caching = CACHESTATE_DONE;
if (m_caching != CACHESTATE_PVR && m_playSpeed != DVD_PLAYSPEED_NORMAL)
SetCaching(CACHESTATE_DONE);
m_av_clock.SetSpeed(speed);
m_av_clock.OMXSetSpeed(speed);
m_player_audio.SetSpeed(speed);
Expand Down

0 comments on commit 9292b85

Please sign in to comment.