gstreamer/subprojects/gst-plugins-bad/sys/win32ipc/protocol
Alessandro Bono fcd983440e win32ipcutils: Add missing include
We are using std::isspace() with one parameter. That function is defined
in the cctype header.

```
win32ipcutils.cpp(34): error C2672: 'std::isspace': no matching overloaded function found
win32ipcutils.cpp(34): error C2780: 'bool std::isspace(_Elem,const std::locale &)': expects 2 arguments - 1 provided
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3933>
2023-02-10 14:35:20 +00:00
..
win32ipcmmf.cpp win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcmmf.h win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcpipeclient.cpp win32ipc: Add support for zero-copy rendering 2023-01-27 18:55:13 +00:00
win32ipcpipeclient.h win32ipc: Add support for zero-copy rendering 2023-01-27 18:55:13 +00:00
win32ipcpipeserver.cpp win32ipc: Add support for zero-copy rendering 2023-01-27 18:55:13 +00:00
win32ipcpipeserver.h win32ipc: Add support for zero-copy rendering 2023-01-27 18:55:13 +00:00
win32ipcprotocol.cpp win32ipc: Add support for zero-copy rendering 2023-01-27 18:55:13 +00:00
win32ipcprotocol.h win32ipc: Add support for zero-copy rendering 2023-01-27 18:55:13 +00:00
win32ipcutils.cpp win32ipcutils: Add missing include 2023-02-10 14:35:20 +00:00
win32ipcutils.h win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00