Go to file
Wim Taymans 3fba92fb74 Initial commit 2015-04-16 16:58:33 +02:00
doc Initial commit 2015-04-16 16:58:33 +02:00
pkgconfig Initial commit 2015-04-16 16:58:33 +02:00
src Initial commit 2015-04-16 16:58:33 +02:00
.gitignore 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
Makefile.am Initial commit 2015-04-16 16:58:33 +02:00
NEWS Initial commit 2015-04-16 16:58:33 +02:00
PROTOCOL Initial commit 2015-04-16 16:58:33 +02:00
README Initial commit 2015-04-16 16:58:33 +02:00
autogen.sh Initial commit 2015-04-16 16:58:33 +02:00
bootstrap.sh Initial commit 2015-04-16 16:58:33 +02:00
configure.ac Initial commit 2015-04-16 16:58:33 +02:00
git-version-gen Initial commit 2015-04-16 16:58:33 +02:00

README

Pulsevideo
----------

Pulsevideo is a user space API to deal with video. This includes:

  - Make availabe sources of video (such as from a capture devices or
       application provided streams)
  - Accessing sources of video for consumption.

Video providers and consumers are implemented as separate processes
communicating with DBUS and exchanging video frames using fd passing.