Bug 50805 - [GStreamer] un-needed methods
Summary: [GStreamer] un-needed methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 01:34 PST by Philippe Normand
Modified: 2010-12-10 02:34 PST (History)
0 users

See Also:


Attachments
proposed patch (2.57 KB, patch)
2010-12-10 02:23 PST, Philippe Normand
xan.lopez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>