Bug 36116

Summary: [GStreamer] duration query optimizations
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch gustavo: review+

Description Philippe Normand 2010-03-15 08:06:59 PDT
If the duration of the media is unknown we always attempt to query it again. Instead, we should re-attempt the query only when we receive duration-changed messages.
Comment 1 Philippe Normand 2010-03-15 08:22:24 PDT
Created attachment 50709 [details]
proposed patch
Comment 2 Gustavo Noronha (kov) 2010-03-15 11:44:17 PDT
Comment on attachment 50709 [details]
proposed patch

Looks sane to me.
Comment 3 Philippe Normand 2010-03-15 13:19:31 PDT
Landed in r56010