Multimedia processing graphs
Find a file
Wim Taymans 0b380dd43e Add suport for clocks
Add a clock interface to get raw clocking information from an element
Make events and commands to request and configure clock updates.
Add support for passing events and commands in control
Set the size of the buffers in pinossrc
2016-09-09 16:05:58 +02:00
doc Improve state handling 2016-08-25 17:07:40 +02:00
m4 Ignore generated files 2016-05-26 13:27:28 +02:00
man Ignore generated files 2016-08-29 13:15:03 +02:00
pinos Add suport for clocks 2016-09-09 16:05:58 +02:00
pkgconfig module: Support for loading of modules 2016-08-29 12:34:24 +02:00
po Ignore generated files 2016-08-29 13:15:03 +02:00
spa Add suport for clocks 2016-09-09 16:05:58 +02:00
.gitignore Ignore generated files 2016-08-29 13:15:03 +02:00
autogen.sh Rename pulsevideo to pinos 2015-06-30 18:06:36 +02:00
bootstrap.sh Rename pulsevideo to pinos 2015-06-30 18:06:36 +02:00
configure.ac daemon-conf: Add conf file parsing 2016-08-29 18:31:08 +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 spec: add rpm specfile 2015-09-02 09:10:49 +02:00
Makefile.am Make make distcheck to work properly 2016-05-26 13:27:21 +02:00
NEWS Rename pulsevideo to pinos 2015-06-30 18:06:36 +02:00
pinos.spec spec: update version 2015-09-09 17:20:27 +02:00
PROTOCOL Initial commit 2015-04-16 16:58:33 +02:00
README Rename pulsevideo to pinos 2015-06-30 18:06:36 +02:00

Pinos
-----

Pinos 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.