After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 576019 - On Windows queue2 can't write files longer than 2-4 GiB, uses 32-bit fseek/ftell
On Windows queue2 can't write files longer than 2-4 GiB, uses 32-bit fseek/ftell
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal major
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-19 23:09 UTC by LRN
Modified: 2009-03-20 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replaces fseek with lseek etc. (1.37 KB, patch)
2009-03-19 23:10 UTC, LRN
committed Details | Review

Description LRN 2009-03-19 23:09:25 UTC
Same as http://bugzilla.gnome.org/show_bug.cgi?id=575988
I essentially replicated the code from gstfilesrc.c.
Comment 1 LRN 2009-03-19 23:10:13 UTC
Created attachment 130998 [details] [review]
Replaces fseek with lseek etc.
Comment 2 Wim Taymans 2009-03-20 13:18:17 UTC
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