[gstreamer-bugs] [Bug 400656] New: [PATCH] filesrc seekability detection fix (NFS and 2GB+ files)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jan 25 08:14:03 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=400656

  GStreamer | gstreamer (core) | Ver: HEAD CVS

           Summary: [PATCH] filesrc seekability detection fix (NFS and 2GB+
                    files)
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: jindrich.makovicka at itonis.tv
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


With the current version of filesrc, files larger than 2 gigabytes on NFS are
considered seekable, even if the seeking beyond 2GB boundary is actually
impossible. This can cause the pipeline fail later.

The attached patch modifies filesrc.c to test the seekability by seeking to the
end of the file.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list