[Bug 784737] NetTimeProvider & NetClientClock QoS DSCP support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 27 14:30:19 UTC 2017


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

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |bilboed at bilboed.com
         Resolution|FIXED                       |---
           Severity|normal                      |blocker

--- Comment #6 from Edward Hervey <bilboed at bilboed.com> ---
This breaks windows build.

https://ci.gstreamer.net/job/cerbero-cross-mingw32/6703/console

G_OS_WIN32 is *not* defined before you import glibconfig.h

=> Move the #ifndef G_OS_WIN32 to after the gst includes
=> Wrap all the setsockopt code with #ifndef #G_OS_WIN32

-- 
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