[gstreamer-bugs] [Bug 547277] filesrc detect if a file is seekable using SEEK_SET and not SEEK_END

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Aug 11 10:21:37 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=547277

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #3 from Alessandro Decina  2008-08-11 17:21 UTC -------
Ok it seems it was a more general issue. Under linux, glibc uses lseek64
lstat64 etc automatically if the kernel supports large files. In windows the 64
bit variants have to be used explicitly.
With the patch applied, I can play and seek in a matroska file big 4695522630
bytes. With only the first (broken) patch I couldn't seek as lseek was failing.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=547277.




More information about the Gstreamer-bugs mailing list