<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello All,<br><br></div>I have written a sink element extending BaseSink Class.<br></div>My plugin will take incoming buffers from src element then packetize them and send over network.<br>
<br></div>Now when i link filesrc to my plugin after sending only few frames my pipeline stops and i get a message "got eos from pipeline 0" and thus stops.<br><br></div>i.e i do :<br><br></div>gst-launch-1.0 filesrc blocksize=1024 ! mysink<br>
<br></div>after transfering few frames i get <br><br></div>got eos from pipeline0.<br><br></div>Can anybody suggest how to handle this.<br><br><br></div><div>I had put all my data processing in render function.<br><br></div>
<div>Regards<br></div><div>Jyoti<br></div></div>