Merge tag 'release-0.17.4'
This commit is contained in:
@@ -335,6 +335,8 @@ player_open_output(struct player *player)
|
||||
pc->state = PLAYER_STATE_PLAY;
|
||||
pc->Unlock();
|
||||
|
||||
idle_add(IDLE_PLAYER);
|
||||
|
||||
return true;
|
||||
} else {
|
||||
g_warning("%s", error->message);
|
||||
@@ -399,6 +401,8 @@ player_check_decoder_startup(struct player *player)
|
||||
pc->audio_format = dc->in_audio_format;
|
||||
pc->Unlock();
|
||||
|
||||
idle_add(IDLE_PLAYER);
|
||||
|
||||
player->play_audio_format = dc->out_audio_format;
|
||||
player->decoder_starting = false;
|
||||
|
||||
|
Reference in New Issue
Block a user