]> git.sesse.net Git - vlc/commit
macosx: use a dispatch queue to notify extensions about modified inputs
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Fri, 25 Apr 2014 13:22:41 +0000 (15:22 +0200)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Mon, 28 Apr 2014 09:47:32 +0000 (11:47 +0200)
commit46d154e195544f2312b51593449ac6c9a903b932
tree7bb94de59dc2ade59537eea25f6bc9c7a4f4fd7c
parent6c2f54a9192f5b8e8cddd47845d7c8672ca70cef
macosx: use a dispatch queue to notify extensions about modified inputs

This notifies the extension manager on the non-main thread as before,
the queue ensures that changes in quick succession are processed in-order.
For the rationale see a8ff52782d21b6425d8c26c96a2269939ac6ce18.

Fixes another deadlock on application termination.

close #10647
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m