[Bug 782345] New: decklink build fails on windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 8 18:11:14 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782345

            Bug ID: 782345
           Summary: decklink build fails on windows
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: scott.d.phillips at intel.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 351382
  --> https://bugzilla.gnome.org/attachment.cgi?id=351382&action=edit
[PATCH] meson: Ignore msvc warnings in C++ as well

I get this build failure:

> [2/80] Compiling cpp object subprojects/gst-plugins-bad/sys/decklink/gstdecklink at sha/gstdecklinkvideosrc.cpp.obj
> FAILED: subprojects/gst-plugins-bad/sys/decklink/gstdecklink at sha/gstdecklinkvideosrc.cpp.obj
> cl @subprojects/gst-plugins-bad/sys/decklink/gstdecklink at sha/gstdecklinkvideosrc.cpp.obj.rsp
> c:\users\scott-ph\downloads\gst-build\subprojects\gst-plugins-bad\sys\decklink\gstdecklinkvideosrc.cpp(527): error C2220: warning treated as error - no 'object' file generated
> c:\users\scott-ph\downloads\gst-build\subprojects\gst-plugins-bad\sys\decklink\gstdecklinkvideosrc.cpp(527): warning C4244: 'initializing': conversion from 'gdouble' to 'guint', possible loss of data

4244 is one of the msvc warnings we ignore, but it is not being ignored for
C++.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list