WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Committed
r165998
:
https://trac.webkit.org/r165998
Radar WebKit Bug Importer
Comment 4
2014-03-21 16:24:44 PDT
<
rdar://problem/16396919
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug