Commit acdec68b authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

PulseAudio: allow to specify the pulseaudio server string


Currently we call pa_context_connect() with an empty server string.
This works fine if we only want to connect to the default pulseaudio
server, but we may want to specify the server string on systems with
custom configuration.

Add a new environment variable: QT_PULSE_SERVER_STRING which allows to
specify the server string passed to pa_context_connect().

Change-Id: I6805ff5e941d13bc91d306e5df3ab5d04a8a90af
Reviewed-by: default avatarChristian Stromme <christian.stromme@qt.io>
parent 1b10f877
Showing with 4 additions and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment