mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
fcd983440e
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> |
||
---|---|---|
.. | ||
protocol | ||
gstwin32ipcbufferpool.cpp | ||
gstwin32ipcbufferpool.h | ||
gstwin32ipcmemory.cpp | ||
gstwin32ipcmemory.h | ||
gstwin32ipcutils.cpp | ||
gstwin32ipcutils.h | ||
gstwin32ipcvideosink.cpp | ||
gstwin32ipcvideosink.h | ||
gstwin32ipcvideosrc.cpp | ||
gstwin32ipcvideosrc.h | ||
meson.build | ||
plugin.cpp |