[vlc-commits] mmdevice: move volume,	mute and device control to dedicated thread
    Rémi Denis-Courmont 
    git at videolan.org
       
    Wed Jan 29 18:26:27 CET 2014
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jan 29 19:22:20 2014 +0200| [4ffd6f0bbf863f4e4c07c10e2c894f02d1fb3ca6] | committer: Rémi Denis-Courmont
mmdevice: move volume, mute and device control to dedicated thread
This should allow changing them from within a thread using STA.
(The plugin still cannot be instantiated from such thread though.)
Also fix MTA enter/leave in a few places.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ffd6f0bbf863f4e4c07c10e2c894f02d1fb3ca6
---
 modules/audio_output/mmdevice.c |  467 +++++++++++++++++++--------------------
 1 file changed, 233 insertions(+), 234 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=4ffd6f0bbf863f4e4c07c10e2c894f02d1fb3ca6
    
    
More information about the vlc-commits
mailing list