Multimedia processing graphs
Find a file
Wim Taymans 763bd1100e Add user_data to callbacks
Add user data to callbacks, it's more flexible and natural
2017-06-18 19:48:31 +02:00
doc docs: update 2017-06-16 16:25:19 +02:00
man man: fixes 2017-06-16 17:56:18 +02:00
pipewire Add user_data to callbacks 2017-06-18 19:48:31 +02:00
pkgconfig pinos -> pipewire 2017-05-23 19:15:33 +02:00
po pinos -> pipewire 2017-05-23 19:15:33 +02:00
spa Add user_data to callbacks 2017-06-18 19:48:31 +02:00
.gitignore pinos -> pipewire 2017-05-23 19:15:33 +02:00
autogen.sh pinos -> pipewire 2017-05-23 19:15:33 +02:00
config.h.meson pinos -> pipewire 2017-05-23 19:15:33 +02:00
git-version-gen Initial commit 2015-04-16 16:58:33 +02:00
GPL Initial commit 2015-04-16 16:58:33 +02:00
LGPL Initial commit 2015-04-16 16:58:33 +02:00
LICENSE pinos -> pipewire 2017-05-23 19:15:33 +02:00
Makefile Cleanups 2017-06-16 15:57:03 +02:00
meson.build man: update man build 2017-06-16 17:31:40 +02:00
NEWS pinos -> pipewire 2017-05-23 19:15:33 +02:00
pipewire.spec spec: updates 2017-06-16 19:53:03 +02:00
PROTOCOL Initial commit 2015-04-16 16:58:33 +02:00
README pinos -> pipewire 2017-05-23 19:15:33 +02:00

PipeWire
--------

PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:

  - Make availabe sources of video (such as from a capture devices or
       application provided streams) and multiplexing this with
       clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing

Nodes in the graph can be implemented as separate processes,
communicating with sockets and exchanging multimedia content using fd
passing.