[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

[pulseaudio-discuss] timer events

2018-05-29 Thread jnqnfe
tldr: timer events - am I doing something wrong, or is this feature broken? When putting together the Rust bindings a few months ago (see separate announcement email), I created a few small test programs to test a handful of features. One of the last features I tried to play with was timer

[pulseaudio-discuss] [announce] Rust bindings!

2018-05-29 Thread jnqnfe
Hi everyone! Back in February I released 'binding' and 'sys' crates for using pulseaudio from Rust code. I had intended to make an announcement here at the time, but I failed to do so, so I'm doing it now. fyi, the 'sys' crates provide a simple description of the C interface; The 'binding'

[pulseaudio-discuss] [patches] constification 2/2

2018-05-29 Thread jnqnfe
Constification patch set ** 2 of 2 ** Collection of 15 patches constifying pointers in various parts of the API. This collection of patches have no interdependencies, they can be applied in any order. They do *not* depend upon the 'constification 1/2' set, they can be applied independently.

[pulseaudio-discuss] [patches] constification 1/2

2018-05-29 Thread jnqnfe
Constification patch set ** 1 of 2 ** Collection of 16 patches constifying pointers in various parts of the API. This collection of patches has interdependencies, they must be applied in (roughly) the given order. These start off with constifying some core hashmap functions, which then allows