diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2017-02-11 09:17:07 +0100 |
---|---|---|
committer | kszaq <kszaquitto@gmail.com> | 2017-02-21 09:21:09 +0100 |
commit | b66c69c40d5b6f9de022f549fd9704c6570878c7 (patch) | |
tree | 84f6bf5ccf4bb980ca5701be0659722e144ae77c | |
parent | da92a5a801aec39260f7ba822fbaca7c0954967a (diff) |
VideoPlayer. update playstate when a/v get in sync
-rw-r--r-- | xbmc/cores/VideoPlayer/VideoPlayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/cores/VideoPlayer/VideoPlayer.cpp b/xbmc/cores/VideoPlayer/VideoPlayer.cpp index afc9f0563c..40884a143d 100644 --- a/xbmc/cores/VideoPlayer/VideoPlayer.cpp +++ b/xbmc/cores/VideoPlayer/VideoPlayer.cpp @@ -2054,6 +2054,7 @@ void CVideoPlayer::HandlePlaySpeed() m_VideoPlayerAudio->SendMessage(new CDVDMsgDouble(CDVDMsg::GENERAL_RESYNC, clock), 1); m_VideoPlayerVideo->SendMessage(new CDVDMsgDouble(CDVDMsg::GENERAL_RESYNC, clock), 1); SetCaching(CACHESTATE_DONE); + UpdatePlayState(0); m_syncTimer.Set(3000); } |