media-session: link all stream ports

Create a helper in the session manager to link all ports between
2 nodes.

Make the output endpoint call the input endpoint create_link, passing
the node or ports to link to.

Make the input endpoint complete the link by calling the session
helper to link all ports.

Remove the node policy, we're only using a policy for the endpoints
now.
This commit is contained in:
Wim Taymans 2019-11-15 12:08:46 +01:00
parent 9bc5d23ffe
commit 3cd7d90d88
9 changed files with 201 additions and 1447 deletions

View file

@ -48,7 +48,6 @@ executable('media-session',
'media-session/media-session.c',
'media-session/monitor.c',
'media-session/stream-monitor.c',
'media-session/policy.c',
'media-session/policy-ep.c',
c_args : [ '-D_GNU_SOURCE' ],
install: false,