dbus: Return an int64 in the Position property getter
According to the MPRIS specification, the Position property of the
Player object must be an int64.
dbus microsecond position overflows the unsigned 32-bit integer at
about 35:48 into a track's playback. A 64-bit integer still means
an overflow, but after more than 292000 years into a track's playback.
Signed-off-by: Mirsal Ennaime <mirsal@videolan.org>
Showing
Please register or sign in to comment