mirror of
https://github.com/samsonjs/media.git
synced 2026-04-08 11:45:51 +00:00
Fix stale comment
This commit is contained in:
parent
b394c46128
commit
fb31fe0fe4
1 changed files with 2 additions and 2 deletions
|
|
@ -596,8 +596,8 @@ import java.util.List;
|
|||
handler.sendEmptyMessage(MSG_DO_SOME_WORK);
|
||||
} else {
|
||||
if (renderer == rendererMediaClockSource) {
|
||||
// We've been using timeSourceTrackRenderer to advance the current position, but it's
|
||||
// being disabled. Sync mediaClock so that it can take over timing responsibilities.
|
||||
// We've been using rendererMediaClockSource to advance the current position, but it's being
|
||||
// disabled. Sync standaloneMediaClock so that it can take over timing responsibilities.
|
||||
standaloneMediaClock.setPositionUs(rendererMediaClock.getPositionUs());
|
||||
}
|
||||
ensureStopped(renderer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue