[gstreamer-bugs] [Bug 638900] [GstPoll] Doesn't compile with MinGW
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 11 04:42:39 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=638900
GStreamer | gstreamer (core) | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-01-11 12:42:32 UTC ---
> Better, see definition of GPollFD for details.
David: why is your patch better?
The definition of GPollFD is (and has always been afaict):
struct _GPollFD
{
#if defined (G_OS_WIN32) && GLIB_SIZEOF_VOID_P == 8
gint64 fd;
#else
gint fd;
#endif
gushort events;
gushort revents;
};
which is what the original patch tries to take into account. I think I'll go
with that for now and see what the win32 build bot says.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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