]> git.sesse.net Git - vlc/commit
Select the correct input in #display (Closes:#343)
authorClément Stenac <zorglub@videolan.org>
Sat, 17 Sep 2005 13:29:37 +0000 (13:29 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 17 Sep 2005 13:29:37 +0000 (13:29 +0000)
commitebe4a155c30713ca1d3b3b4a6842f1b0206ac82c
tree4dfaa2c9ae7c1c20a0896622ace711a85c2ba480
parent59add6328988b5c6acb83d57817b7b6864730c51
Select the correct input in #display (Closes:#343)

The module used FIND_ANYWHERE. The proposed patch solved the bug as a side-effect as you get the latest created input, which is the current one with the proposed patch (wait for init to signal thread as ready)
modules/stream_out/display.c