mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-01 10:06:43 +01:00
parent
daec2cc203
commit
d033b79af4
@ -222,7 +222,8 @@ bool GstEnginePipeline::InitAudioBin() {
|
||||
}
|
||||
|
||||
if (output_ == "wasapisink") {
|
||||
g_object_set(G_OBJECT(audiosink), "exclusive", true, nullptr);
|
||||
// Dont set exclusive, there is a bug in gstreamer causing freeze/crash:
|
||||
// https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/868
|
||||
g_object_set(G_OBJECT(audiosink), "low-latency", true, nullptr);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user