]> git.sesse.net Git - vlc/commit
Only use waitpipe for _kill, rather than _signal, which is what people expect
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 28 Jan 2008 17:01:48 +0000 (17:01 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 28 Jan 2008 17:01:48 +0000 (17:01 +0000)
commit689dd889dee2ea43e8a7cb64ccec0b923a8a60bd
tree7e215d26d5e25eb0620914dd71c95de94bb817b7
parente15891a3316a7b2c3fc0480fd5ff8f18858d8802
Only use waitpipe for _kill, rather than _signal, which is what people expect
(You really don't usually want your net_Read/net_Write to interrupted).
In the process, fix a deadlock in vlc_cond_wait() when waitpipe is used - fixes #1448
src/libvlc.h
src/misc/objects.c