1
0
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:
Jonas Kvinge 2019-11-26 22:30:56 +01:00
parent 63b781765a
commit c141df6b86

View File

@ -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_);