mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
3536b7f3a6
WideCharToMultiByte return is the string length without null terminate character if passed "cchWideChar" does not include the null terminate character size. Instead of passing the exact string length, pass -1 so that the API can understand the input string is null terminated already and returned value from the API includes the character. Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3023 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5444> |
||
---|---|---|
.. | ||
linux | ||
osx | ||
win | ||
gstdecklink.cpp | ||
gstdecklink.h | ||
gstdecklinkaudiosink.cpp | ||
gstdecklinkaudiosink.h | ||
gstdecklinkaudiosrc.cpp | ||
gstdecklinkaudiosrc.h | ||
gstdecklinkdeviceprovider.cpp | ||
gstdecklinkdeviceprovider.h | ||
gstdecklinkplugin.cpp | ||
gstdecklinkvideosink.cpp | ||
gstdecklinkvideosink.h | ||
gstdecklinkvideosrc.cpp | ||
gstdecklinkvideosrc.h | ||
meson.build |