mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #13253: pulse: fix device selection
The old device selections were being saved whenever we destroyed the pulse stream, overriding and thereby breaking new device selection.
This commit is contained in:
@ -55,7 +55,7 @@ class AudioStream {
|
||||
* @param audio sampling rate
|
||||
* @param device name
|
||||
*/
|
||||
AudioStream(pa_context *, pa_threaded_mainloop *, const char *, int, unsigned, std::string&);
|
||||
AudioStream(pa_context *, pa_threaded_mainloop *, const char *, int, unsigned, const std::string&);
|
||||
|
||||
~AudioStream();
|
||||
|
||||
|
Reference in New Issue
Block a user