[Webkit-unassigned] [Bug 30589] [GTK] Failing media/video-played-reset.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 09:51:01 PST 2009


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


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42321|                            |review?
               Flag|                            |




--- Comment #1 from Philippe Normand <pnormand at igalia.com>  2009-11-02 09:51:00 PDT ---
Created an attachment (id=42321)
 --> (https://bugs.webkit.org/attachment.cgi?id=42321)
proposed patch

Our GStreamer-based player does seeking by sending a seek event to playbin2.
Current position is not immediately updated so we can end up in a state where
currentTime() is called while a seek is in progress. The patch adds a new
private attribute in the player class, used to cache the seek time position
during seeking so currentTime reports the correct position.

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