Skip to content

Commit 6107243

Browse files
committed
From PipeWire 1.4.0 onwards the file client-rt.conf does not exist anymore
1 parent 83c5c9e commit 6107243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipe_manager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ PipeManager::PipeManager() : header_version(pw_get_headers_version()), library_v
15811581

15821582
pw_properties* props_context = pw_properties_new(nullptr, nullptr);
15831583

1584-
const auto comparison_result = util::compare_versions(libraryVersion.toStdString(), "1.4.0");
1584+
const auto comparison_result = util::compare_versions(library_version, "1.4.0");
15851585

15861586
if (comparison_result == -1) {
15871587
pw_properties_set(props_context, PW_KEY_CONFIG_NAME, "client-rt.conf");

0 commit comments

Comments
 (0)