GNOME Bugzilla – Bug 576019
On Windows queue2 can't write files longer than 2-4 GiB, uses 32-bit fseek/ftell
Last modified: 2009-03-20 13:18:17 UTC
Same as http://bugzilla.gnome.org/show_bug.cgi?id=575988 I essentially replicated the code from gstfilesrc.c.
Created attachment 130998 [details] [review] Replaces fseek with lseek etc.
commit 23e603f054105616f5d39abc6ad151127babb7f3 Author: LRN <lrn1986 at gmail dot com> Date: Fri Mar 20 14:17:19 2009 +0100 win32: fix seeking in large files Fix Seeking in large files by using the 64-bit seek functions. Fixes #576019