]> git.sesse.net Git - vlc/commit
Do not vlc_object_kill on vout/aout and sout when stopping input (close #1673).
authorLaurent Aimar <fenrir@videolan.org>
Tue, 8 Jul 2008 19:34:59 +0000 (19:34 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 8 Jul 2008 19:36:48 +0000 (19:36 +0000)
commit18d8fa4a4be9562fbd4265cf52a8ede0210ef831
tree4931eda91dd9dac93b207375958c68a5472620fc
parent235529f2aca9d8ee263d0723792e91d582f1816a
Do not vlc_object_kill on vout/aout and sout when stopping input (close #1673).
(The vout should never be killed before the decoder is stopped as we may
use direct buffers).
src/input/input.c