mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-20 12:39:01 +01:00
Remove low-latency setting for wasapisink
This commit is contained in:
parent
63b781765a
commit
c141df6b86
@ -270,12 +270,6 @@ bool GstEnginePipeline::InitAudioBin() {
|
||||
}
|
||||
}
|
||||
|
||||
if (output_ == "wasapisink") {
|
||||
// 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);
|
||||
}
|
||||
|
||||
// Create all the other elements
|
||||
|
||||
audioqueue_ = engine_->CreateElement("queue2", audiobin_);
|
||||
|
Loading…
Reference in New Issue
Block a user