Commit 4585518d authored by Yoann Lopes's avatar Yoann Lopes Committed by The Qt Project
Browse files

Android: fixed media player buffering logic.


When the media is ready, the status should always transition to
LoadedMedia and then immediately to BufferingMedia or BufferedMedia.
Also, when the duration is queried before the media is ready but already
buffering, it should always return 0 to avoid errors from the Android
media player.

Task-number: QTBUG-32635
Change-Id: Ibcb9c23b4f64c4f9a1a8e0ef81989ae78cfb19ef
Reviewed-by: default avatarChristian Stromme <christian.stromme@digia.com>
No related merge requests found
Showing with 7 additions and 8 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment