Hi,<br>I have written my-sink plugin, this plugin never exits normally. No matter what pipeline elements I have used.<br>It just keeps on running somewhere, I dont know where the control goes after EOS event. I have handled the events.
<br>I have written functions like unlink, finalize but it seems that it never hits there as well. <br>I always have to kill the process to terminate its execution.<br><br>Rest of the plugin functionality works perfectly fine for me.
<br>Where should I write my cleanup or exit code for such plugins ? I cant derive this plugin from standard BaseSink class. <br><br>Thanks!<br>--Vinayak<br>