commit | 110a1c890b7f50e01341197b400247d3811ccab7 | [log] [tgz] |
---|---|---|
author | Takeshi Sato <t-sato@bx.jp.nec.co.jp> | Tue Mar 27 12:24:30 2018 +0900 |
committer | Nirbheek Chauhan <nirbheek@centricular.com> | Tue Mar 27 12:15:48 2018 +0530 |
tree | b20774600f9981bb32b93118c159bdcedc6675b7 | |
parent | b623ac2da9d53054c76227d9bfe7d8a15f8c31a3 [diff] |
decklink: fix initialization fails in windows binary There is no log of gst_decklink_com_thread () which initializes COM. The initialization part is not valid with #ifdef MSC_VER. Windows binaries are built with gcc. As with other codes, it was avoidable by setting it to G_OS_WIN32 instead of MSC_VER. https://bugzilla.gnome.org/show_bug.cgi?id=794652