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
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
po
spa Add user_data to callbacks 2017-06-18 19:48:31 +02:00
.gitignore
autogen.sh
config.h.meson
git-version-gen
GPL
LGPL
LICENSE
Makefile
meson.build
NEWS
pipewire.spec spec: updates 2017-06-16 19:53:03 +02:00
PROTOCOL
README

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.