Hi I am trying to debug input.c sout handling (you can see the mail I sent yesterday for more details). Would it be ok to use "vlc_mutex_t lock_control" to lock the use of p_input->p->p_sout ? If not, can I create a new mutex in struct input_thread_private_t Thanks.