Find a file
Wim Taymans 2af64edd29 pinossink: send format change messages
Rework stream connect/disconnect from start/stop
Start the stream in setcaps when the format is known.
When the stream is already started in setcaps, send a format_change
message instead.
2016-04-07 11:39:52 +02:00
doc docs: update design docs 2015-12-04 16:39:29 +01:00
m4 Add po files and desktop.in 2015-09-04 17:10:48 +02:00
man man: add some man pages 2015-09-02 14:58:03 +02:00
pinos pinossink: send format change messages 2016-04-07 11:39:52 +02:00
pkgconfig src -> pinos and fix include paths 2016-02-01 15:40:48 +01:00
po po: remove autogenerated file 2015-09-14 09:12:50 +02:00
.gitignore pc: Include MAJORMINOR in the .pc filename 2015-12-10 10:12:05 +01: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 src -> pinos and fix include paths 2016-02-01 15:40:48 +01:00
git-version-gen
GPL
LGPL
LICENSE spec: add rpm specfile 2015-09-02 09:10:49 +02:00
Makefile.am src -> pinos and fix include paths 2016-02-01 15:40:48 +01: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
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.