[Webkit-unassigned] [Bug 33015] [GTK] Failing media/video-seek-past-end-playing.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 12 03:19:41 PST 2010


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





--- Comment #3 from Philippe Normand <pnormand at igalia.com>  2010-01-12 03:19:41 PST ---
That test is really flacky in our case because it expects that currentTime has
been updated 200ms after play() was called. But the pipeline can take more than
200ms to preroll and start playing for real...

So I suggest to remove that 200ms timeout from the test and listen on
timeupdate instead. The second time it is fired we are sure that playback
really started and that currentTime is > 0. What do you think?

I can see the exact same issue in media/audio-mpeg-supported.html.

Moreover I found out that our player performs un-needed seeks:

- seek(0): un-needed when currentTime is 0 already
- setRate(1): un-needed at beginning of playback as it is already the default
in playbin.

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