Skip to content

Commit

Permalink
display/pipewire: Set node description
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiatka committed Oct 18, 2023
1 parent 9fe0996 commit 39d24bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video_display/pipewire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ static bool display_pw_reconfigure(void *state, struct video_desc desc)
PW_KEY_APP_NAME, "UltraGrid",
PW_KEY_APP_ICON_NAME, "ultragrid",
PW_KEY_NODE_NAME, node_name.c_str(),
PW_KEY_NODE_DESCRIPTION, "UltraGrid playback",
STREAM_TARGET_PROPERTY_KEY, s->target.c_str(),
nullptr);

Expand Down

0 comments on commit 39d24bd

Please sign in to comment.