registrybinary: Fix compatibility with GLib 2.25 when using MSVC
authorDavid Hoyt <dhoyt@llnl.gov>
Thu, 8 Jul 2010 19:04:54 +0000 (21:04 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 16 Jul 2010 15:27:54 +0000 (17:27 +0200)
commitc53457976e00264f0646ad040993ce100aa73e5a
treeb55dca9377504f3c9246ee23b86a22c55858877b
parent9d0e2e7252398c660c33c79256333f76a6d97dd0
registrybinary: Fix compatibility with GLib 2.25 when using MSVC

Newer GLib uses a new type for g_stat() and friends to improve
Windows compatibility. On POSIX this is a typedef to struct stat.

Fixes bug #623875.
gst/gstplugin.c
gst/gstregistry.c
gst/gstregistrybinary.c