am 040301ca: Start sending out buffering updates earlier (after preparation has completed) instead of only after playback has started.
Merge commit '040301cad17e447d760e7b7e54b79c8c294415ea' into froyo-plus-aosp * commit '040301cad17e447d760e7b7e54b79c8c294415ea': Start sending out buffering updates earlier (after preparation has completed) instead of only after playback has started.
This commit is contained in:
@@ -444,6 +444,8 @@ void AwesomePlayer::onBufferingUpdate() {
|
||||
notifyListener_l(MEDIA_BUFFERING_UPDATE, percentage * 100.0);
|
||||
|
||||
postBufferingEvent_l();
|
||||
} else {
|
||||
LOGE("Not sending buffering status because duration is unknown.");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -552,8 +554,6 @@ status_t AwesomePlayer::play_l() {
|
||||
seekAudioIfNecessary_l();
|
||||
}
|
||||
|
||||
postBufferingEvent_l();
|
||||
|
||||
if (mFlags & AT_EOS) {
|
||||
// Legacy behaviour, if a stream finishes playing and then
|
||||
// is started again, we play from the start...
|
||||
@@ -1225,6 +1225,8 @@ void AwesomePlayer::onPrepareAsyncEvent() {
|
||||
mFlags |= PREPARED;
|
||||
mAsyncPrepareEvent = NULL;
|
||||
mPreparedCondition.broadcast();
|
||||
|
||||
postBufferingEvent_l();
|
||||
}
|
||||
|
||||
status_t AwesomePlayer::suspend() {
|
||||
|
||||
Reference in New Issue
Block a user