Skip to content

Commit 5a4fba6

Browse files
committed
PW change filter names
1 parent cd4ae0c commit 5a4fba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/pipewire/PwBasePlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PwPluginBase::PwPluginBase(std::string tag,
8585
pm(pipe_manager) {
8686
pf_data.pb = this;
8787

88-
const auto& filter_name = "pe_" + log_tag.substr(0, log_tag.size() - 2) + "_" + name;
88+
const auto& filter_name = "jdsp_" + log_tag.substr(0, log_tag.size() - 2) + "_" + name;
8989

9090
pm->lock();
9191

0 commit comments

Comments
 (0)