Merge "Start playing live streams from the start, no the middle..." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
e619a9da44
@ -93,7 +93,7 @@ bool LiveSource::switchToNext() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mLastFetchTimeUs < 0) {
|
if (mLastFetchTimeUs < 0) {
|
||||||
mPlaylistIndex = mPlaylist->size() / 2;
|
mPlaylistIndex = 0;
|
||||||
} else {
|
} else {
|
||||||
if (nextSequenceNumber < mFirstItemSequenceNumber
|
if (nextSequenceNumber < mFirstItemSequenceNumber
|
||||||
|| nextSequenceNumber
|
|| nextSequenceNumber
|
||||||
|
Reference in New Issue
Block a user