[Webkit-unassigned] [Bug 29999] New: [MediaPlayer] Should handle unknown duration better

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 01:28:41 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29999

           Summary: [MediaPlayer] Should handle unknown duration better
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: slomo at circular-chaos.org


Hi,
currently there's only a check for -1 duration if GStreamer before 0.10.23 is
used.

This is wrong, you should always check if

a) returned duration is != -1 (<= 0 is wrong, it could be <-1 because in TIME
format it really is an unsigned integer with -1 as special value)
b) fmt is still GST_FORMAT_TIME

in case a) and b) are not true the duration is simply unknown.

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



More information about the webkit-unassigned mailing list