- Disable srbchannel again as a workaround for crashes on KDE (boo#950487): disable-srbchannel.patch OBS-URL: https://build.opensuse.org/request/show/339252 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=159
16 lines
511 B
Diff
16 lines
511 B
Diff
---
|
|
src/pulsecore/protocol-native.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/src/pulsecore/protocol-native.c
|
|
+++ b/src/pulsecore/protocol-native.c
|
|
@@ -5328,7 +5328,7 @@ int pa_native_options_parse(pa_native_op
|
|
pa_assert(PA_REFCNT_VALUE(o) >= 1);
|
|
pa_assert(ma);
|
|
|
|
- o->srbchannel = true;
|
|
+ o->srbchannel = false;
|
|
if (pa_modargs_get_value_boolean(ma, "srbchannel", &o->srbchannel) < 0) {
|
|
pa_log("srbchannel= expects a boolean argument.");
|
|
return -1;
|