RESOLVED FIXED 130536
[iOS] asynchronous media callbacks should happen on the web thread
https://bugs.webkit.org/show_bug.cgi?id=130536
Summary [iOS] asynchronous media callbacks should happen on the web thread
Eric Carlson
Reported 2014-03-20 13:47:46 PDT
MediaPlayerPrivateAVFoundationObjC::checkPlayability uses dispatch_async(dispatch_get_main_queue()) to trampoline an AVFoundation callback to the "main" thread, but this doesn't work in WK1 where we need to make all calls on the WebThread.
Attachments
Proposed patch. (1.59 KB, patch)
2014-03-20 13:50 PDT, Eric Carlson
jer.noble: review+
Eric Carlson
Comment 1 2014-03-20 13:50:09 PDT
Created attachment 227329 [details] Proposed patch.
Jer Noble
Comment 2 2014-03-20 13:55:30 PDT
Comment on attachment 227329 [details] Proposed patch. r=me
Eric Carlson
Comment 3 2014-03-20 14:03:48 PDT
Radar WebKit Bug Importer
Comment 4 2014-03-21 16:24:44 PDT
Note You need to log in before you can comment on or make changes to this bug.