Skip to content

Commit

Permalink
pause to force frames parsing&rendering in latest QtAVPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Jul 16, 2023
1 parent a5abdcf commit ddb9e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/GUI/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ void Player::setFile(FileInformation *fileInfo)
playPaused(ms);
});
qDebug() << "seek finished at " << ms;
} else {
m_player->pause();
}

m_mute = false;
Expand Down

0 comments on commit ddb9e38

Please sign in to comment.