qtdemux: Change off_t type to gint
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 28 Nov 2016 21:45:24 +0000 (13:45 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 29 Nov 2016 11:12:24 +0000 (13:12 +0200)
commit4ec5daba5fe93703f0a7963b1e69f39035fde26f
treee643736bce49082970165971d483f08dc33fc615
parentd95ba51136d9d875a7701cc1e566beb6825bc22c
qtdemux: Change off_t type to gint

off_t is a signed integer type provided by sys/types.h on posix systems.
Replace with gint for building on non-posix systems (like windows).

https://bugzilla.gnome.org/show_bug.cgi?id=775287
gst/isomp4/qtdemux.c