[Bug 758980] filesrc/others: Add support for files larger than 2GB on Android and other platforms without _FILE_OFFSET_BITS=64 support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 8 21:18:31 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758980

--- Comment #10 from Reynaldo H. Verdejo Pinochet <reynaldo at opendot.cl> ---
(In reply to Sebastian Dröge (slomo) from comment #8)
> Comment on attachment 316919 [details] [review]
> filesrc: enable largefile support on Android
> 
> Same here, same problem with fstat() vs fstat64().

Bionic (checked android-9) has fstat64 as an alias to fstat
and the implementation seems to be 64bits-aware as far as I
saw. ftruncate we will have to implement though. Thanks
for taking a look

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list