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 576021 - On Windows qtmux can't write files longer than 2-4 GiB, uses 32-bit fseek/ftell
On Windows qtmux can't write files longer than 2-4 GiB, uses 32-bit fseek/ftell
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal major
: 0.10.12
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-19 23:13 UTC by LRN
Modified: 2009-03-20 13:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use _lseeki64() on Windows (1.14 KB, patch)
2009-03-19 23:13 UTC, LRN
committed Details | Review

Description LRN 2009-03-19 23:13:07 UTC
Same as two previous patches - Windows version of this plugin should explicitly use _lseeki64().
Comment 1 LRN 2009-03-19 23:13:49 UTC
Created attachment 130999 [details] [review]
Use _lseeki64() on Windows
Comment 2 Wim Taymans 2009-03-20 13:21:26 UTC
will push after freeze.

commit 05f999675a694211933aecf5f90c3790d91a4ae0
Author: LRN <lrn1986 at gmail dot com>
Date:   Fri Mar 20 14:20:16 2009 +0100

    win32: fix seeking in large files
    
    Use _lseeki64() on Windows to seek in large files.
    Fixes #576021.