Re: [pulseaudio-discuss] [PATCH] cli-command: Report error in pa_play_file.

2018-06-12 Thread Tanu Kaskinen
On Tue, 2018-05-29 at 09:22 +0200, Tomaz Solc wrote: > Current code does not check whether pa_play_file call failed. Hence no error > is > reported in the cli interface if playback failed because e.g. file isn't > readable by the daemon. > --- > src/pulsecore/cli-command.c | 7 ++- > 1 file

[pulseaudio-discuss] [PATCH] cli-command: Report error in pa_play_file.

2018-05-29 Thread Tomaz Solc
Current code does not check whether pa_play_file call failed. Hence no error is reported in the cli interface if playback failed because e.g. file isn't readable by the daemon. --- src/pulsecore/cli-command.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git