-
- Downloads
media player: fix seekToTime while player is paused
With the media player paused, calling seekToTime(startTime+100) results in getPlayerPosition() returning a negative value. This patch adds a check in seekToTime to update the pauseInterval before updating the new startTime to fix this issue. See MediaPlayerTest::testSeekWhilePaused() for the specific unit test that was failing. Change-Id: Ib91c2998199728af532ba9dc83ea6ab830852b69
Please register or sign in to comment