]> git.sesse.net Git - vlc/commit
Remove the requirement for vlc object to be locked when invoking waitpipe.
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 21 Jan 2008 20:22:46 +0000 (20:22 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 21 Jan 2008 20:22:46 +0000 (20:22 +0000)
commitd9b511137a52356cbf7941abd1e6a46ea078f9bc
treece0fe79de64e39e522180d821b16dbf3344be7d7
parent8f92249ae4cc44e2eceecfba0610e43174813156
Remove the requirement for vlc object to be locked when invoking waitpipe.
This is so that the net_* functions can use it without making pushing locking assumption on their caller.
src/libvlc.h
src/misc/objects.c