<div>Hello,</div>
<div>&nbsp;</div>
<div>I&nbsp;would like to build&nbsp;a gstreamer video chain treatment such like</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;___ Process (time treatment variable) _______ Element&nbsp; </div>
<div>ACQ---Tee/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \__ VideoMixer ____Videosink</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \________________ Queue with fixed delay of X ms ___/</div>
<div>&nbsp;</div>
<div>The Videomixer is in charge of displaying the&nbsp;data coming from the &quot;Element&quot; (which&nbsp;basically is&nbsp;a queue but I&#39;m not sure it would be convenient) as an overlay of the frame coming from the queue.</div>

<div>The main point is we try to stop the (process+Element) chain if the time process exceeds X ms, thus the mixer selects only the queue coming frame.</div>
<div>Is this reasonable? in this perspective, the &quot;Element&quot; (queue) size should be adapted to the delay introduced by the parallel queue. Or should we better focus on clocking solutions?</div>
<div>&nbsp;</div>
<div>Thanks for any help,</div>