pipewire/pinos/client
Wim Taymans e7e141a31d port: Implement max-peers property
Make a property to limit the number of peers on a port. By default we can
link an output port multiple times (with the same format) but we can only
link to an input port once (else we would have to do mixing).
Use a pointer array to keep track of peers
2016-06-30 11:10:55 +02:00
..
.gitignore src -> pinos and fix include paths 2016-02-01 15:40:48 +01:00
buffer.c improve debug 2016-05-18 12:01:57 +02:00
buffer.h buffer: add next pointer 2016-05-24 20:40:04 +02:00
client-node.c client-node: initialize socket 2016-06-29 17:50:25 +02:00
client-node.h remove client object 2016-05-18 17:22:34 +02:00
client-port.c buffer: improve memory management 2016-05-17 20:14:06 +02:00
client-port.h Rework how clients connect. 2016-05-17 09:38:30 +02:00
context.c remove READY state on context 2016-05-19 11:29:11 +02:00
context.h remove READY state on context 2016-05-19 11:29:11 +02:00
fdmanager.c fdmanager: decrement object refcount correctly 2016-04-13 13:01:33 +02:00
fdmanager.h fdmanager: add global object manager 2016-04-08 16:50:01 +02:00
introspect.c pinos-monitor: show peer ports 2016-06-28 12:29:12 +02:00
introspect.h pinos-monitor: show peer ports 2016-06-28 12:29:12 +02:00
mainloop.c Rework how clients connect. 2016-05-17 09:38:30 +02:00
mainloop.h src -> pinos and fix include paths 2016-02-01 15:40:48 +01:00
node.c node: fix docs 2016-06-29 17:51:00 +02:00
node.h Rework how clients connect. 2016-05-17 09:38:30 +02:00
pinos.c Rework how clients connect. 2016-05-17 09:38:30 +02:00
pinos.h Rework how clients connect. 2016-05-17 09:38:30 +02:00
port.c port: Implement max-peers property 2016-06-30 11:10:55 +02:00
port.h port: Implement max-peers property 2016-06-30 11:10:55 +02:00
private.h buffer: add next pointer 2016-05-24 20:40:04 +02:00
properties.c remove client object 2016-05-18 17:22:34 +02:00
properties.h remove client object 2016-05-18 17:22:34 +02:00
stream.c stream: merge properties of peer node 2016-06-02 11:23:41 +02:00
stream.h Fix upload mode 2016-05-26 12:25:07 +02:00
subscribe.c remove client object 2016-05-18 17:22:34 +02:00
subscribe.h remove client object 2016-05-18 17:22:34 +02:00