<div dir="ltr"><div>All,</div><div><br></div>I have a gstreamer source plugin, which reads a video frame from an avi file. It's connected to gstreamer's core tee and two queue elements to push the video frame to two video processing elements.These two video processing elements' output gets muxed by my mux plugin.<div>
<br></div><div>With tee and queue, currently my gstreamer source plugin keeps pushing almost 6-10 video frames to both queue - till the queues limit is filled I believe. What I want is to push only one video frame from my source plugin and wait for signal from my mux plugin for next frame. </div>
<div><br></div><div>Can someone guide how this can be achieved in gstreamer framework?</div><div><br></div><div>Thanks!</div><div>Amit</div></div>