[Bug 705076] New: queue2 doesn't correctly seek backwards after seeking forwards with download buffering

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 29 06:57:28 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705076
  GStreamer | gstreamer (core) | git

           Summary: queue2 doesn't correctly seek backwards after seeking
                    forwards with download buffering
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sjoerd at luon.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=250369)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=250369)
proposed patch

When seeking forwards and then backwards into a section that's not downloaded
yet queue2 fails to seek backwards in buffering mode as it doesn't check
whether the seek target is before the current downloading range. Simply becuase
it doesn't check for this case..

This in particular showed up when doing seeks in ogg which trigger a bisection,
which took, well ages.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list