]> git.sesse.net Git - vlc/commit
vout: trigger callbacks also when reinitializing (fixes #6181)
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 1 May 2013 08:22:30 +0000 (11:22 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 1 May 2013 09:09:19 +0000 (12:09 +0300)
commit1e5b4699eb66d5f5367aaa9ce1a50e090674d844
treec62602d528b16656e4dfba5229985c2c8bddf11e
parent4ca46b853b5de015f57621bd6c823abba1b4fa08
vout: trigger callbacks also when reinitializing (fixes #6181)

The values and choices of video output variables are still all there.
But we need to resend the control request to video output thread
so that they apply to the new video output display.
src/video_output/video_output.c
src/video_output/vout_internal.h
src/video_output/vout_intf.c