Bug 33837

Summary: [Gtk] set player pipeline state to READY instead of NULL
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: slomo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Description Philippe Normand 2010-01-19 03:09:07 PST
From Bug 33539 comment 5:

- When changing the location of playbin2, only reset it to READY, not NULL.
That should be done at other places too. Going back to NULL and then back
PLAYING takes a lot of time.
Comment 1 Philippe Normand 2010-07-26 02:51:54 PDT
Oh well the only places where we set it to NULL are:

- cancelLoad: method never called, I wonder why ;)
- destructor: not sure we should set to READY here as we need to free the resources allocated by the pipeline?
Comment 2 Sebastian Dröge (slomo) 2010-07-26 05:39:42 PDT
Yes, then this bug can be closed and everything is fine.