RESOLVED FIXED 33532
[GTK] un-needed seeks
https://bugs.webkit.org/show_bug.cgi?id=33532
Summary [GTK] un-needed seeks
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.