Skip to content
Snippets Groups Projects
Commit f12bf14d authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

player: pause when file finished

Change-Id: Id29eefe9d54819895426449ccf5a5fae3f8ee348
parent 67b698bb
Branches
No related tags found
No related merge requests found
...@@ -246,7 +246,6 @@ MediaPlayer::playFileFromBeginning() ...@@ -246,7 +246,6 @@ MediaPlayer::playFileFromBeginning()
if (hasVideo()) { if (hasVideo()) {
videoInput_->updateStartTime(startTime_); videoInput_->updateStartTime(startTime_);
} }
pause(false);
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment