This could fix some osx bugs. Locking did not work (shame over me - I forgot vlc_mutex_initialize) for the osx_communication structure. Since using it's own lock didn't work anyway (when ading vlc_mutex_initialize it would deadlock), I removed the mutex and now sychronize access with the change_lock in p_vout. greetings, phlo