Parent: fabd565565539b232051f0d213b7655db1f36117
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-07-31 14:35:41
Tree: 6df18d995cf878c960551373f3207d779e33634d
audio/player: Fix overflowing position The position should stop at UINT32_MAX after that the progress can no longer be calculated, this should also prevent the position to change when the remote stack doesn't support it which is also indicated with UINT32_MAX which apparently is the case of Spotify on Android 4.3: [CHG] Player /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/player0 Position: 0xffffffff [CHG] Player /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/player0 Status: playing [CHG] Player /org/bluez/hci0/dev_XX_XX_XX_XX_XX_XX/player0 Position: 0x000000
Diffstat
| M | profiles/audio/player.c | | | 3 | ++- |
1 files changed, 2 insertions(+), 1 deletions(-)