mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
a81398b70f
The fd was in different meanings on windows: POSIX read and write use the fd as a file descriptor. The gst_poll use the fd as a WSASocket. This patch use WSASocket as default on windows. This is a temporary measure, because IPC has many different implement. There may be a better way in the future. See #1044 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1822> |
||
---|---|---|
.. | ||
gstipcpipeline.c | ||
gstipcpipelinecomm.c | ||
gstipcpipelinecomm.h | ||
gstipcpipelineelement.c | ||
gstipcpipelineelements.h | ||
gstipcpipelinesink.c | ||
gstipcpipelinesink.h | ||
gstipcpipelinesrc.c | ||
gstipcpipelinesrc.h | ||
gstipcslavepipeline.c | ||
gstipcslavepipeline.h | ||
meson.build | ||
protocol.txt |