pipewire/src
Wim Taymans 0e03080002 Rework buffer API a little
Use BufferIter and BufferBuilder instead of Packet*
Make separate method to set the header so you can set it later and not
only at builder init time.
Add method to clear the builder if you want to abort.
Add method to add fd to builder instead of in _add_fd_payload. This
would make it easier to add multiple fd-payloads using data from the
same fd.
Pass PinosPacketFDPayload to add_fd_payload to make it symetric with the
parsing code. We should be able to get the size from the VERSION passed
when the builder was made.
Add ideas about releasing the fds back to the server.
2015-08-26 12:46:28 +02:00
..
client Rework buffer API a little 2015-08-26 12:46:28 +02:00
daemon properties: pass PinosProperties around 2015-07-17 16:57:01 +02:00
dbus output: send output properties in start 2015-08-21 11:45:38 +02:00
gst Rework buffer API a little 2015-08-26 12:46:28 +02:00
modules/gst Improve state management 2015-08-13 11:37:10 +02:00
server output: send output properties in start 2015-08-21 11:45:38 +02:00
tests monitor: move subscribe test to monitor tool 2015-08-12 09:54:10 +02:00
tools improve application name 2015-08-25 13:06:05 +02:00
.gitignore monitor: move subscribe test to monitor tool 2015-08-12 09:54:10 +02:00
Makefile.am Rework the wire protocol 2015-08-24 16:41:04 +02:00