RESOLVED FIXED 123791
seekrate [GStreamer] Playback rate is omitted when seeking
https://bugs.webkit.org/show_bug.cgi?id=123791
Summary [GStreamer] Playback rate is omitted when seeking
Piotr Grad
Reported 2013-11-05 01:18:30 PST
After setting playback rate to negative value: when seeking we should calculate start & end time. When playback rate is negative start time should be time passed to 'seek' method, and end time should be '0'.
Attachments
Patch and Layout test (3.59 KB, patch)
2013-11-05 01:19 PST, Piotr Grad
no flags
Patch & layout test (3.59 KB, patch)
2013-11-05 01:23 PST, Piotr Grad
pnormand: review-
Patch & layout test (4.10 KB, patch)
2013-11-05 03:52 PST, Piotr Grad
pnormand: review+
pnormand: commit-queue-
Patch & layout test (4.09 KB, patch)
2013-11-05 06:55 PST, Piotr Grad
no flags
Patch & layout test (4.50 KB, patch)
2013-11-06 00:19 PST, Piotr Grad
no flags
Piotr Grad
Comment 1 2013-11-05 01:19:36 PST
Created attachment 216012 [details] Patch and Layout test
Piotr Grad
Comment 2 2013-11-05 01:22:30 PST
Comment on attachment 216012 [details] Patch and Layout test inproper url to bugizlla entry
Piotr Grad
Comment 3 2013-11-05 01:23:10 PST
Created attachment 216013 [details] Patch & layout test
Philippe Normand
Comment 4 2013-11-05 01:30:20 PST
Comment on attachment 216013 [details] Patch & layout test View in context: https://bugs.webkit.org/attachment.cgi?id=216013&action=review Thanks for the patch, it's a regression I think... this used to work at some point :) r- only because of the test issue and missing results > LayoutTests/media/video-seek-with-negative-playback.html:1 > +<video src = 'content/test.ogv'></video> Please use findMediaFile()
Piotr Grad
Comment 5 2013-11-05 03:52:11 PST
Created attachment 216019 [details] Patch & layout test
Philippe Normand
Comment 6 2013-11-05 05:42:28 PST
Comment on attachment 216019 [details] Patch & layout test 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. > 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? > LayoutTests/media/video-seek-with-negative-playback.html:16 > + if ( lastTime == -1) { empty space
Piotr Grad
Comment 7 2013-11-05 06:55:52 PST
Created attachment 216035 [details] Patch & layout test
Piotr Grad
Comment 8 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
Philippe Normand
Comment 9 2013-11-05 07:31:56 PST
(In reply to comment #8) > (In reply to comment #6) > > (From update of attachment 216019 [details] [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. > Come on, it's not that complicated. There's also a findMediaElement() function... > > > > > 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. > Fine.
Piotr Grad
Comment 10 2013-11-06 00:19:19 PST
Created attachment 216145 [details] Patch & layout test
WebKit Commit Bot
Comment 11 2013-11-06 01:30:32 PST
Comment on attachment 216145 [details] Patch & layout test Clearing flags on attachment: 216145 Committed r158734: <http://trac.webkit.org/changeset/158734>
WebKit Commit Bot
Comment 12 2013-11-06 01:30:35 PST
All reviewed patches have been landed. Closing bug.
Jer Noble
Comment 13 2013-11-06 09:32:57 PST
(In reply to comment #12) > All reviewed patches have been landed. Closing bug. This new test immediately failed on all Apple bots. Additionally, the test was committed with CRLF line-endings. Cleaned up the test and results in https://trac.webkit.org/r158752.
Philippe Normand
Comment 14 2013-11-06 10:22:55 PST
(In reply to comment #13) > (In reply to comment #12) > > All reviewed patches have been landed. Closing bug. > > This new test immediately failed on all Apple bots. Additionally, the test was committed with CRLF line-endings. Cleaned up the test and results in https://trac.webkit.org/r158752. Oh, I thought the mac EWS was running layout tests nowadays? Sorry about the trouble.
Note You need to log in before you can comment on or make changes to this bug.