mirror of
https://gitlab.freedesktop.org/pipewire/pipewire
synced 2024-11-05 16:26:16 +00:00
No description
b6f10f508d
Track the fd indices we sent to Pinos and free the associated buffer when Pinos sends us release-fd. Only do this for non tempfile fds, as we made the tmpfile ones ourselves and we're not going to reuse them. |
||
---|---|---|
doc | ||
m4 | ||
man | ||
pkgconfig | ||
po | ||
src | ||
.gitignore | ||
autogen.sh | ||
bootstrap.sh | ||
configure.ac | ||
git-version-gen | ||
GPL | ||
LGPL | ||
LICENSE | ||
Makefile.am | ||
NEWS | ||
pinos.spec | ||
PROTOCOL | ||
README |
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.