Bug 30378 - [GStreamer] prepareToPlay() could be implemented by setting playbin's state
Summary: [GStreamer] prepareToPlay() could be implemented by setting playbin's state
Status: RESOLVED DUPLICATE of bug 35793
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 22:45 PDT by Sebastian Dröge (slomo)
Modified: 2010-03-15 03:17 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Dröge (slomo) 2009-10-14 22:45:59 PDT
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).
Comment 1 Philippe Normand 2009-11-11 01:05:37 PST
(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
Comment 2 Philippe Normand 2010-03-15 03:17:31 PDT

*** This bug has been marked as a duplicate of bug 35793 ***