[Media Controller] Use double for length instead of int

Authored by broulik on Apr 18 2017, 9:47 PM.

Description

[Media Controller] Use double for length instead of int

Length is in microseconds, so watching a long video (in excess of 33.3 minutes) will break the slider.

CHANGELOG: Media Controller can now properly handle and seek long tracks (> 30 minutes)

BUG: 377623
FIXED-IN: 5.8.7

Details