commit | d58b122208a7ce7dacc92bd729c0cb1fe0a5056a | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Tue Sep 24 18:04:23 2013 -0700 |
committer | Lajos Molnar <lajos@google.com> | Mon Sep 30 15:50:31 2013 -0700 |
tree | a906245223bb8797fba95bb5cd2c8205a568bdef | |
parent | 026dc1432ef70308ef44dafcc28998436e304e75 [diff] |
Fix MediaTimeProvider seek & time drift recovery issue Handle MEDIA_SKIPPED event Prevent notifyTimedEvent events (REFRESH_AND_/NOTIFY_TIME) to eclipse NOTIFY_SEEK events. Add automatic seek when time drifts too much. This should not happen under normal circumstances, but is there to recover from any unannounced media time discontinuity. Change-Id: I8d7fdac2b0b6a9e62d2860461e6a25788e77fef8 Signed-off-by: Lajos Molnar <lajos@google.com> Bug: 10954008