gstreamer/tests/examples/ipcpipeline
Nirbheek Chauhan c8db7a9127 ipcpipeline: Rework compiler checks
`pipe()` isn't used since 15927b6511,
and `socketpair()` from `#include <sys/socket.h>` is used only in the
examples. In practice, you can use probably also use anything that
allows you to create fd pairs, such as named pipes or anonymous pipes.

We use the cross-platform GstPollFD API in the plugin.
2020-01-14 09:23:02 +05:30
..
ipc-play.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
ipcpipeline1.c examples: ipcpipeline: do not use the linux-specific SOCK_NONBLOCK flag 2017-08-31 15:09:24 +03:00
meson.build ipcpipeline: Rework compiler checks 2020-01-14 09:23:02 +05:30