[Webkit-unassigned] [Bug 123791] [GStreamer] Playback rate is ommitted when seeking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 5 07:02:20 PST 2013


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





--- Comment #8 from Piotr Grad <p.grad at samsung.com>  2013-11-05 07:01:06 PST ---
(In reply to comment #6)
> (From update of attachment 216019 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=216019&action=review
> 
> Looks good but I have some nits about the test. Can you please fix them?
> 
> > LayoutTests/media/video-seek-with-negative-playback.html:1
> > +<video></video>
> 
> <video/>
> It'd be good to make this a normal html file with the usual head and body too.

The problem is that when i use html, head, and body tags test would look much more complicated becouse of needed getElementById calls, etc.

> 
> > LayoutTests/media/video-seek-with-negative-playback.html:8
> > +        function ()
> 
> The coding style is not very consistent about curly braces. Can the test be refactored to avoid the nested waitForEvent()s?

The problem is that we have to wait for seeked event to listen for timeupdate event. Also we can't seek if player is not ready to play.

> 
> > LayoutTests/media/video-seek-with-negative-playback.html:16
> > +                    if ( lastTime == -1) {
> 
> empty space

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