mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
module-rtp-source: set node name
useful for Audio/Source role
This commit is contained in:
parent
f2c3baf93f
commit
f59b652142
1 changed files with 2 additions and 0 deletions
|
|
@ -585,6 +585,8 @@ static int session_new(struct impl *impl, struct sdp_info *info)
|
|||
pw_properties_set(props, "rtp.session", info->session);
|
||||
pw_properties_setf(props, PW_KEY_MEDIA_NAME, "RTP Stream (%s)",
|
||||
info->session);
|
||||
pw_properties_setf(props, PW_KEY_NODE_NAME, "%s",
|
||||
info->session);
|
||||
} else {
|
||||
pw_properties_set(props, PW_KEY_MEDIA_NAME, "RTP Stream");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue