gstreamer/subprojects/gst-plugins-bad/sys/decklink
Seungha Yang 3536b7f3a6 decklink: Fix broken COM string conversion
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>
2023-10-09 20:10:25 +09:00
..
linux decklink: Update SDK version to 12.2.2 2022-03-08 10:16:29 +00:00
osx decklink: Update SDK version to 12.2.2 2022-03-08 10:16:29 +00:00
win decklink: Update SDK version to 12.2.2 2022-03-08 10:16:29 +00:00
gstdecklink.cpp decklink: fix 10 bit RGB (r210) format auto detection 2023-04-04 20:37:09 +03:00
gstdecklink.h decklink: Fix broken COM string conversion 2023-10-09 20:10:25 +09:00
gstdecklinkaudiosink.cpp decklinkaudiosink: Fix playback when video caps is configured before audio 2023-04-07 18:59:17 +00:00
gstdecklinkaudiosink.h decklink: Add new persistent-id property and sort devices by persistent ID 2022-10-06 15:50:11 +00:00
gstdecklinkaudiosrc.cpp decklink: Add new persistent-id property and sort devices by persistent ID 2022-10-06 15:50:11 +00:00
gstdecklinkaudiosrc.h decklink: Add new persistent-id property and sort devices by persistent ID 2022-10-06 15:50:11 +00:00
gstdecklinkdeviceprovider.cpp decklink: Add new persistent-id property and sort devices by persistent ID 2022-10-06 15:50:11 +00:00
gstdecklinkdeviceprovider.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstdecklinkplugin.cpp Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstdecklinkvideosink.cpp decklink: fix 10 bit RGB (r210) format auto detection 2023-04-04 20:37:09 +03:00
gstdecklinkvideosink.h decklink: Add new persistent-id property and sort devices by persistent ID 2022-10-06 15:50:11 +00:00
gstdecklinkvideosrc.cpp decklink: fix 10 bit RGB (r210) format auto detection 2023-04-04 20:37:09 +03:00
gstdecklinkvideosrc.h decklink: reset calculation of gst_decklink_video_src_update_time_mapping on no_signal. When the HDMI cable was disconnected for a long time, the calculation took too much time. SDI cable works fine. 2022-10-10 08:13:30 +00:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00