RESOLVED FIXED 126379
Video-seek-with-negative-playback is flaky
https://bugs.webkit.org/show_bug.cgi?id=126379
Summary Video-seek-with-negative-playback is flaky
Piotr Grad
Reported 2014-01-02 04:00:06 PST
Already working on patch. Patch will be proposed soon.
Attachments
Patch (1.67 KB, patch)
2014-01-02 05:09 PST, Piotr Grad
no flags
Patch (1.87 KB, patch)
2014-01-02 08:42 PST, Piotr Grad
no flags
Piotr Grad
Comment 1 2014-01-02 05:09:03 PST
Eric Carlson
Comment 2 2014-01-02 08:05:09 PST
Comment on attachment 220219 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220219&action=review > Source/WebCore/ChangeLog:11 > + Decision if playback rate for platform media player should be set is performed by checking m_playbackRate > + in HTMLMediaElement::endedPlayback(), so that m_playbackRate must be changed later. I didn't understand this comment until I read through the sources several times. How about something like: Test to see if m_player->setRate() should be called before updating m_playbackRate, because potentiallyPlaying() depends on endedPlayback(), which checks m_playbackRate.
Piotr Grad
Comment 3 2014-01-02 08:42:19 PST
EFL EWS Bot
Comment 4 2014-01-02 09:20:05 PST
Piotr Grad
Comment 5 2014-01-02 10:09:47 PST
(In reply to comment #4) > (From update of attachment 220226 [details]) > Attachment 220226 [details] did not pass efl-wk2-ews (efl-wk2): > Output: http://webkit-queues.appspot.com/results/5706750963482624 Source code is same as in first proposed patch, so don't know why it failed.
Eric Carlson
Comment 6 2014-01-02 10:15:42 PST
It looks like CoordinatedDrawingArea.cpp failed to compile: [ 84%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp.o c++: internal compiler error: Killed (program cc1Failed to run "['Tools/Scripts/build-webkit', '--release', '--efl', '--update-efl', '--no-webkit1', '--makeargs="-j8"']" exit_code: 2
Piotr Grad
Comment 7 2014-01-02 13:29:29 PST
(In reply to comment #6) > It looks like CoordinatedDrawingArea.cpp failed to compile: > > [ 84%] Building CXX object Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp.o > c++: internal compiler error: Killed (program cc1Failed to run "['Tools/Scripts/build-webkit', '--release', '--efl', '--update-efl', '--no-webkit1', '--makeargs="-j8"']" exit_code: 2 So this error is not related to patch proposed.
WebKit Commit Bot
Comment 8 2014-01-02 15:10:21 PST
Comment on attachment 220226 [details] Patch Clearing flags on attachment: 220226 Committed r161231: <http://trac.webkit.org/changeset/161231>
WebKit Commit Bot
Comment 9 2014-01-02 15:10:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.