[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:59:40 PST 2010


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





--- Comment #4 from Gustavo Noronha (kov) <gns at gnome.org>  2010-01-12 03:59:40 PST ---
(In reply to comment #3)
> 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?

Sounds like a plan to me. =)

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

Aha, well, I'm all for removing timeouts, and making the tests state-based.

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

Make patches =D.

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