Page 1 of 1

Send exit event from a plugin

Posted: 10 Dec 2015 17:43
by hhervoche
I'm writing a video output out-of-tree plugin and at some point in the process, I want to notify VLC to exit.
I'm using VLC media player 2.1.6 Rincewind.

I tried to use the method :

Code: Select all

vout_display_SendEventClose(vout_display_t *vd)
but this method is apparently bugged (https://trac.videolan.org/vlc/ticket/16117#comment:4)

Is there a mechanism to notify VLC to close the plugin and exit ?

Re: Send exit event from a plugin

Posted: 10 Dec 2015 17:48
by RĂ©mi Denis-Courmont
No.