gstreamer/sys/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
..
gstipcpipeline.c ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
gstipcpipelinecomm.c ipcpipeline: Don't leak structure 2017-11-23 08:09:36 +01:00
gstipcpipelinecomm.h ipcpipeline: cleanup header includes 2017-09-04 16:03:17 +03:00
gstipcpipelinesink.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstipcpipelinesink.h ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
gstipcpipelinesrc.c Don't pass default GLib marshallers for signals 2019-11-06 14:27:46 +00:00
gstipcpipelinesrc.h ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
gstipcslavepipeline.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstipcslavepipeline.h ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00
meson.build ipcpipeline: Rework compiler checks 2020-01-14 09:23:02 +05:30
protocol.txt ipcpipeline: move to sys/ and make it dependent on platform support for unix sockets 2017-08-02 10:40:24 +03:00