pipewire/pinos/client
Wim Taymans ca7d08c406 Work on sink
Remove _remove from properties, we can do the same with set of a NULL
value.
Add signals to the stream API to manage the buffers. Wrap those buffers
in a GstBuffer in the pinossrc and pinossink elements and pool them in a
bufferpool.
Remove SPA_EVENT_TYPE_PULL_INPUT, we can do the same with NEED_INPUT and
by using a ringbuffer.
Do more complete allocation of buffers in the link. Use the buffer
allocator if none of the nodes can allocate.
Follow the node state to trigger negotiation and allocation.
Remove offset and size when refering to buffers, we want to always deal
with the complete buffer and use a ringbuffer for ranges or change the
offset/size in the buffer data when needed.
Serialize port_info structures as part of the port_update
Print both the enum number and the name when debuging properties or
formats.
2016-08-24 16:38:51 +02:00
..
.gitignore src -> pinos and fix include paths 2016-02-01 15:40:48 +01:00
context.c improve introspection 2016-08-18 12:17:31 +02:00
context.h some more rework 2016-07-18 17:40:58 +02:00
fdmanager.c work on stream negotiation and start 2016-07-21 18:38:24 +02:00
fdmanager.h work on stream negotiation and start 2016-07-21 18:38:24 +02:00
format.c work on port-update control message 2016-08-08 22:10:57 +02:00
format.h Work on negotiation 2016-08-05 16:39:26 +02:00
introspect.c improve introspection 2016-08-18 12:17:31 +02:00
introspect.h improve introspection 2016-08-18 12:17:31 +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
pinos.c Make buffer data point to memory blocks 2016-08-03 21:33:57 +02:00
pinos.h remove old files 2016-07-28 21:30:15 +02:00
private.h improve introspection 2016-08-18 12:17:31 +02:00
properties.c Work on sink 2016-08-24 16:38:51 +02:00
properties.h Work on sink 2016-08-24 16:38:51 +02:00
ringbuffer.c Work on sink 2016-08-24 16:38:51 +02:00
ringbuffer.h remove old files 2016-07-28 21:30:15 +02:00
stream.c Work on sink 2016-08-24 16:38:51 +02:00
stream.h Work on sink 2016-08-24 16:38:51 +02:00
subscribe.c improve introspection 2016-08-18 12:17:31 +02:00
subscribe.h improve introspection 2016-08-18 12:17:31 +02:00