]> git.sesse.net Git - vlc/commit
. Added a missing mutex_unlock in video_output.c
authorSam Hocevar <sam@videolan.org>
Mon, 8 Jan 2001 18:16:33 +0000 (18:16 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 8 Jan 2001 18:16:33 +0000 (18:16 +0000)
commit3ce24ee9dd032e9a3b644dd2d35d8ae128a6eb43
tree3a6f50836f89e3b2c55a9494bc3638ef755c31dc
parent618b891b23ab08f9404e4d57f35b17f1ce0c1405
 . Added a missing mutex_unlock in video_output.c
 . Moved a mutex_destroy after the thread cancellation to prevent
   possible problems
 . Added a missing #ifdef in intf_msg.c which prevented compilation
   with --enable-debug
 . Fixed a bug in the input that prevented to quit properly in certain
   cases (some ES were not deleted because their index was skipped when
   the former one was deleted, well Meuuh should know what I mean)

  There is still a segfault when quitting, most presumably in the
 audio output. I couldn't find what causes it yet.
src/input/input_programs.c
src/input/mpeg_system.c
src/interface/interface.c
src/interface/intf_msg.c
src/video_output/video_output.c