commit | 0bf049c63584e3e1b7e1c079b39fd6744705fbc7 | [log] [tgz] |
---|---|---|
author | Gloria Wang <gwang@google.com> | Thu Aug 18 15:14:36 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 18 15:14:36 2011 -0700 |
tree | dd7dfad3905ae6b9400599794369bc22f2a9e452 | |
parent | 9a20fa54c9ba4bd19f2afd6e8cc6e9954e7cb739 [diff] | |
parent | 3c578f2d6ad0cd7a31e2f947f6bb41d05c15c1f2 [diff] |
Merge "When switching surface, do not set mSeekNotificationSent as true, because there could be a previous uncompleted seeking which needs to send back MEDIA_SEEK_COMPLETE message. If we set mSeekNotificationSent as true here, then mediaplayer.cpp will be waiting for message MEDIA_SEEK_COMPLETE. The getCurrentPosition() will always return the seek time before MEDIA_SEEK_COMPLETE being received by mediaplayer.cpp. Fix for bug 5181272."