Change-Id: Ie482c0b441f3007d232d70ad090bd821473ffec3
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
src/core/mp-player-drm.c
src/core/mp-setting-ctrl.c
src/core/mp-streaming-mgr.c
- src/core/mp-music-view-mgr.c
src/core/mp-lyric-mgr.c
src/core/mp-volume.c
src/core/mp-http-mgr.c
IF_FREE(additional_info);
- additional_info = NULL;
changed_by = SOUND_STREAM_FOCUS_CHANGED_BY_MEDIA;
ret = sound_manager_get_current_playback_focus(&changed_by, &playback_flag, &additional_info);
if (ret != SOUND_MANAGER_ERROR_NONE) {
MP_CHECK(ad);
if (_mp_is_current_focus_available(ad) != 0) {
- ERROR_TRACE("Some other application has the focus currently... Changing state in paused state...");
+ ERROR_TRACE("Some other application has the focus currently... Changing to paused state...");
ad->paused_by_user = TRUE;
}