[Webkit-unassigned] [Bug 84858] [GTK] media/video-seek-past-end-playing.html times out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 08:45:07 PDT 2012


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


Dominik Röttsches <dominik.rottsches at linux.intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |dominik.rottsches at linux.int
                   |kit.org                     |el.com




--- Comment #2 from Dominik Röttsches <dominik.rottsches at linux.intel.com>  2012-05-02 08:45:07 PST ---
It seems that the GStreamer backend is not correctly implemeting the http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#seeking behaviour, especially step 5. 
"If the new playback position is later than the end of the media resource, then let it be the end of the media resource instead."

Setting a new video.currentPosition that's larger than the length of the video actually makes the playback stop. No more timeupdate events are fired after such a seek position was set.

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