Re: audio/gqmpeg: add sndio volume backend and fixes crashes

2020-03-13 Thread Rafael Sadowski
On Sun Mar 08, 2020 at 04:45:44PM +0100, Alexandre Ratchov wrote: > This diff makes gqmpeg use sndio to display and control the > volume. This fixes the crash when the volume slider is touched. As a > side effect, this makes gqmpeg use the right device (one that's > playing) and nicely updates the

audio/gqmpeg: add sndio volume backend and fixes crashes

2020-03-08 Thread Alexandre Ratchov
This diff makes gqmpeg use sndio to display and control the volume. This fixes the crash when the volume slider is touched. As a side effect, this makes gqmpeg use the right device (one that's playing) and nicely updates the slider position when other programs change the master volume. OK?