Bug 50805

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

Description Philippe Normand 2010-12-10 01:34:52 PST
We should remove:

- startEndPointTimerIfNeeded
- endPointTimerFired
- cancelSeek

They are not used anywhere and not part of the MediaPlayer API.
Probably sizeChanged could be removed too.
Comment 1 Philippe Normand 2010-12-10 02:23:08 PST
Created attachment 76178 [details]
proposed patch
Comment 2 Philippe Normand 2010-12-10 02:28:38 PST
sizeChanged is part of the MediaPlayer API and we should implement it at some point, I think :)
Comment 3 Xan Lopez 2010-12-10 02:29:06 PST
Comment on attachment 76178 [details]
proposed patch

Bam.
Comment 4 Philippe Normand 2010-12-10 02:34:52 PST
Committed r73705: <http://trac.webkit.org/changeset/73705>