gstreamer/sys/decklink
Nirbheek Chauhan ca8c63080f decklink: Fix format specifier warnings in logging v2
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.
2017-07-19 04:19:34 +05:30
..
linux decklink: Update to SDK 10.8 2016-09-26 16:39:18 +03:00
osx decklink: Update to SDK 10.8 2016-09-26 16:39:18 +03:00
win decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstance() 2017-01-31 14:56:34 +02:00
gstdecklink.cpp decklink: Fix format specifier warnings in logging v2 2017-07-19 04:19:34 +05:30
gstdecklink.h decklink: Fix CI failure due to missing WINAPI definition 2017-07-19 04:14:13 +05:30
gstdecklinkaudiosink.cpp decklink: Fix format specifier warnings in logging v2 2017-07-19 04:19:34 +05:30
gstdecklinkaudiosink.h decklink: Initial version of the audio/video sink rewrite 2014-12-19 14:40:39 +01:00
gstdecklinkaudiosrc.cpp decklink: Fix format specifier warnings in logging v2 2017-07-19 04:19:34 +05:30
gstdecklinkaudiosrc.h decklink: Use GstQueueArray instead of GQueue 2017-03-24 14:26:39 +02:00
gstdecklinkvideosink.cpp decklink: Fix format specifier warnings in logging v2 2017-07-19 04:19:34 +05:30
gstdecklinkvideosink.h decklinkvideosink: Add support for GstVideoTimeCode 2016-08-04 19:08:27 +03:00
gstdecklinkvideosrc.cpp decklink: Fix format specifier warnings in logging v2 2017-07-19 04:19:34 +05:30
gstdecklinkvideosrc.h decklink: Use GstQueueArray instead of GQueue 2017-03-24 14:26:39 +02:00
Makefile.am decklink: Add autotools support on Windows 2017-07-14 17:21:13 +05:30
meson.build decklink: Fix linking on MinGW 2017-05-05 17:49:22 +05:30