Bug 33532

Summary: [GTK] un-needed seeks
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
avoid un-needed seeks xan.lopez: review+

Philippe Normand
Reported 2010-01-12 05:35:31 PST
I found out that our player performs un-needed seeks: - seek(0): un-needed when currentTime is 0 already - setRate(1): un-needed at beginning of playback as it is already the default in playbin.
Attachments
avoid un-needed seeks (3.50 KB, patch)
2010-01-12 05:41 PST, Philippe Normand
xan.lopez: review+
Philippe Normand
Comment 1 2010-01-12 05:41:05 PST
Created attachment 46365 [details] avoid un-needed seeks
Xan Lopez
Comment 2 2010-01-13 11:11:55 PST
Comment on attachment 46365 [details] avoid un-needed seeks lgtm
Philippe Normand
Comment 3 2010-01-14 00:34:29 PST
Landed as r53244. Thanks!
Note You need to log in before you can comment on or make changes to this bug.