[Bug 774638] gst-devtools: Enable building with MSVC
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Nov 17 20:40:16 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=774638
--- Comment #10 from Thibault Saunier <tsaunier at gnome.org> ---
commit 9b18bafc68753a8f5277954642ea8623d8852236
Author: Scott D Phillips <scott.d.phillips at intel.com>
Date: Thu Nov 17 10:00:25 2016 -0800
Enable building with MSVC
https://bugzilla.gnome.org/show_bug.cgi?id=774638
commit 11c5a413ab0afdea16d73bf27181994fdd4a67ef
Author: Scott D Phillips <scott.d.phillips at intel.com>
Date: Thu Nov 17 10:28:01 2016 -0800
pad-monitor: fix return type of get_range_func
The return type of GstPadGetRangeFunction is GstFlowReturn
https://bugzilla.gnome.org/show_bug.cgi?id=774638
commit caafd6c36eab5c862810d8552ec371b2080cadef
Author: Scott D Phillips <scott.d.phillips at intel.com>
Date: Thu Nov 17 10:25:37 2016 -0800
validate: Remove #include <unistd.h>
It isn't needed and isn't present in non-posix environments like windows
with MSVC or mingw.
https://bugzilla.gnome.org/show_bug.cgi?id=774638
commit 6299e1228cdf248ecfe3459b5ae095f3743a8448
Author: Scott D Phillips <scott.d.phillips at intel.com>
Date: Thu Nov 17 10:24:08 2016 -0800
Fix MSVC const warnings
https://bugzilla.gnome.org/show_bug.cgi?id=774638
commit 4e45b76c09259b59ecab72d40407372b2931d204
Author: Scott D Phillips <scott.d.phillips at intel.com>
Date: Thu Nov 17 10:19:22 2016 -0800
Pass gint/guint pointers instead of enum pointers
The underlying integer type for enums are implementation defined and may
not be the same size as gint/guint. So implicitly casting from pointers-
to-enum-types to pointers-to-int-types is unsafe. MSVC warns on these.
https://bugzilla.gnome.org/show_bug.cgi?id=774638
--
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