]> git.sesse.net Git - vlc/commit
video_output: Don't keep the input around for a long time in RunThread.
authorPierre d'Herbemont <pdherbemont@free.fr>
Sun, 30 Mar 2008 00:33:39 +0000 (01:33 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sun, 30 Mar 2008 00:33:39 +0000 (01:33 +0100)
commit81e3de1b3a1e02f5724d7add82340a9536a3e875
treeccbabb09883395fb74927f0db53035de347dd94a
parentf8b8b4bfeb91ea2e4d55a68dd9fe7762e3a702d1
video_output: Don't keep the input around for a long time in RunThread.

Else there is a circular dependency between the vout that yield() the input, where the vout is also an input child. This should fix properly the media_instance() tests.
src/video_output/video_output.c