ipcpipeline: Rework compiler checks
Loading
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
pipe()
isn't used since 15927b65,
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.
+
some misc build fixes