[Webkit-unassigned] [Bug 38461] [GStreamer] forgotten call to durationChanged in updateStates()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 02:49:55 PDT 2010


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


Philippe Normand <pnormand at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #7 from Philippe Normand <pnormand at igalia.com>  2010-05-13 02:49:54 PST ---
This patch was wrong indeed. durationchanged was emitted but the duration() result didn't actually change. The if changed by the patch is meant to cache the duration in a private member. BTW I noticed we could do that step when the player enters to PAUSED, it would spare some uneeded queries between PAUSED->PLAYING. Will open a new bug for this :)

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