[Webkit-unassigned] [Bug 87575] [GStreamer] http/tests/media/video-buffered-range-contains-currentTime.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 11:23:44 PDT 2012


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





--- Comment #4 from Ami Fischman <fischman at chromium.org>  2012-05-28 11:23:44 PST ---
(In reply to comment #3)
> Well in our case I guess the test.wav file is used. Is there any reason why the test loads an audio file BTW?

Yes.  For the test to be effective in testing the new functionality introduced in its CL it must be able to set up the condition that the buffered range containing currentTime is not a singleton range starting from 0 and extending past the currentTime.  It's quite fiddly to set that up that condition with video media because by the time metadata is considered loaded quite a lot of the video data is buffered as well (because of how the videos are encoded, and because the video duration must be quite small to keep file size in svn down).
With audio, on the other hand, metadataloaded is fired quite early, while most of the file is not yet buffered, and it's much easier to trigger the condition that separate ranges are reported buffered.

-- 
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