Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMI does not set default "PLAY_PAUSE" playback indicator in case App request SetMediaClockTimer without audioStreamingIndicator parameter #517

Closed
VjKlepikov opened this issue Mar 17, 2021 · 1 comment

Comments

@VjKlepikov
Copy link
Contributor

VjKlepikov commented Mar 17, 2021

HMI does not set default "PLAY_PAUSE" playback indicator in case App request SetMediaClockTimer without audioStreamingIndicator parameter

Precondition:
1. SDL and HMI are started
2. App with HMI type 'Media' is registered
3. App is activated
4. App sends SetMediaClockTimer RPC with:
"updateMode":"COUNTUP",
"startTime": { "hours":0, "minutes":15, "seconds":30 },
"audioStreamingIndicator":"PAUSE"
5. The seek indicators are "PAUSE" for App
'PLAY_PAUSE' button with "ico_pause.png" image is observed on HMI

Steps to reproduce:

  1. Send SetMediaClockTimer RPC without audioStreamingIndicator:
    "updateMode":"COUNTUP",
    "startTime": { "hours":0, "minutes":15, "seconds":30 }

Expected result:

  1. HMI sets default "PLAY_PAUSE" playback indicator
    'PLAY_PAUSE' button with "ico_play_pause.png" image is observed on HMI

Actual result:

  1. HMI does not set default "PLAY_PAUSE" playback indicator
    'PLAY_PAUSE' button with "ico_pause.png" image is observed on HMI
    Image

Environment:
SDL: https://github.com/smartdevicelink/sdl_core/tree/develop (fed2ae4)
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (ad2dc80)
SPT: 20210305-Android (1076)

@ShobhitAd
Copy link
Contributor

Closed via #572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants