BugFix Restore PlaySpeed on MediaPlayer load

Issue reported  #148
This commit is contained in:
Bruno Herbelin
2024-10-03 19:16:08 +02:00
parent 9a53ffa6d0
commit 02c69c1686

View File

@@ -1147,7 +1147,7 @@ void SessionLoader::visit (MediaSource& s)
s.mediaplayer()->accept(*this);
// add a callback to activate play speed
s.call( new PlaySpeed( s.mediaplayer()->playSpeed() ) );
s.call( new PlaySpeed( s.mediaplayer()->playSpeed(), 100 ) );
}
void SessionLoader::visit (SessionFileSource& s)