WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
123545
[Win] Legible Output callbacks should be on notification queue
https://bugs.webkit.org/show_bug.cgi?id=123545
Summary
[Win] Legible Output callbacks should be on notification queue
Brent Fulgham
Reported
2013-10-30 17:33:53 PDT
We should register our Legible Output notifications to run on the notification queue, rather than the main queue. If we don't we can sometimes run into shutdown problems where video playback does not end when we release the media resource because the main dispatch queue continues to run as long as the application those. This causes these resources to be held onto, resulting in media not stopping and preventing WebKit from exiting when the program is shut down.
Attachments
Patch
(5.45 KB, patch)
2013-10-30 17:41 PDT
,
Brent Fulgham
eric.carlson
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-10-30 17:34:21 PDT
<
rdar://problem/15358129
>
Brent Fulgham
Comment 2
2013-10-30 17:41:21 PDT
Created
attachment 215585
[details]
Patch
Brent Fulgham
Comment 3
2013-10-30 17:48:35 PDT
Committed
r158334
: <
http://trac.webkit.org/changeset/158334
>
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