]> git.sesse.net Git - vlc/commit
vout_ReleasePicture: do not wake up the video output thread
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 30 Oct 2014 20:44:42 +0000 (22:44 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 1 Nov 2014 07:26:11 +0000 (09:26 +0200)
commit72f131d90da137cd73a3f9f1d05cedf873b358d4
treef795c42f8ccb4c7a4c088ef1d23a526bd8176180
parent61828fc1b7001dd7192f35686d79144e2e2d4042
vout_ReleasePicture: do not wake up the video output thread

The video output thread never allocates pictures from the decoder
thread. It uses the reserve private pool and, when if not rendering
directly, the display pool. Thus it has nothing particular to do when
a decoder pool picture is released.

(vout_PutPicture() wakes the thread up to kick rendering.)
src/video_output/video_output.c