Skip to content

Commit

Permalink
[pipewire] Do not add a media name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 31, 2024
1 parent acf8fa9 commit 82a6ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libremidi/backends/pipewire/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ struct pipewire_filter
PW_KEY_MEDIA_TYPE, "Midi",
PW_KEY_MEDIA_CATEGORY, "Filter",
PW_KEY_MEDIA_ROLE, "DSP",
PW_KEY_MEDIA_NAME, "libremidi",
PW_KEY_MEDIA_NAME, "",
#if defined(PW_KEY_NODE_LOCK_RATE)
PW_KEY_NODE_LOCK_RATE, "true",
#endif
Expand Down

0 comments on commit 82a6ee1

Please sign in to comment.