Bug 30378
Summary: | [GStreamer] prepareToPlay() could be implemented by setting playbin's state | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sebastian Dröge (slomo) <slomo> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | pnormand |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Sebastian Dröge (slomo)
Hi,
the prepareToPlay() vmethod could be implemented by setting playbin's state to READY or even PAUSED (depending on whether the URI is already known when prepareToPlay() is called).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
(In reply to comment #0)
> Hi,
> the prepareToPlay() vmethod could be implemented by setting playbin's state to
> READY or even PAUSED (depending on whether the URI is already known when
> prepareToPlay() is called).
I don't think our player needs to implement that. It is intended for player not automatically handling buffering, if I understood correctly http://trac.webkit.org/changeset/49164
Philippe Normand
*** This bug has been marked as a duplicate of bug 35793 ***