[webkit-reviews] review requested: [Bug 30589] [GTK] Failing media/video-played-reset.html : [Attachment 42321] proposed patch

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


Philippe Normand <pnormand at igalia.com> has asked  for review:
Bug 30589: [GTK] Failing media/video-played-reset.html
https://bugs.webkit.org/show_bug.cgi?id=30589

Attachment 42321: proposed patch
https://bugs.webkit.org/attachment.cgi?id=42321&action=review

------- Additional Comments from Philippe Normand <pnormand at igalia.com>
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.


More information about the webkit-reviews mailing list