mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
module-rtp: port source and sink to new stream
This commit is contained in:
parent
e8119cb087
commit
be09198249
7 changed files with 127 additions and 1434 deletions
|
|
@ -648,7 +648,7 @@ static struct session *session_new_announce(struct impl *impl, struct node *node
|
|||
sdp->ntp = (uint32_t) time(NULL) + 2208988800U;
|
||||
sess->props = props;
|
||||
|
||||
if ((str = pw_properties_get(props, "rtp.session")) != NULL)
|
||||
if ((str = pw_properties_get(props, "sess.name")) != NULL)
|
||||
sdp->session_name = strdup(str);
|
||||
|
||||
if ((str = pw_properties_get(props, "rtp.destination.port")) == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue