mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-06 00:14:49 +00:00
HRESULT is unsigned long on Windows, but the Decklink headers define it to 'int' on Linux. Confusingly, the defines that talk about the possible return values for it use long constants. The easy fix would be to change the linux/LinuxCOM.h header, but that's copied from the decklink SDK. Change the logging to always upcast to unsigned long while printing HRESULT for consistency across platforms. |
||
---|---|---|
.. | ||
linux | ||
osx | ||
win | ||
gstdecklink.cpp | ||
gstdecklink.h | ||
gstdecklinkaudiosink.cpp | ||
gstdecklinkaudiosink.h | ||
gstdecklinkaudiosrc.cpp | ||
gstdecklinkaudiosrc.h | ||
gstdecklinkvideosink.cpp | ||
gstdecklinkvideosink.h | ||
gstdecklinkvideosrc.cpp | ||
gstdecklinkvideosrc.h | ||
Makefile.am | ||
meson.build |