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+
Radar WebKit Bug Importer
Comment 1 2013-10-30 17:34:21 PDT
Brent Fulgham
Comment 2 2013-10-30 17:41:21 PDT
Brent Fulgham
Comment 3 2013-10-30 17:48:35 PDT
Note You need to log in before you can comment on or make changes to this bug.