Hi Gurus,<br><br>I hope one can give mi some hint since I couldn&#39;t find any similar plugin<br><br>My setup is:<br><br>filesrc 0.yuv ----- videoparser framerate=30 ----  sink_left ( chain_left(){ push data to adapter_left ; run encode(); }  )<br>

<br>filesrc 1.yuv ----- videoparser framerate=30 ----  sink_right (chain_right(){ push data to adapter_right; } )<br><br>How I can synchronize two sinks?<br>function encode (in chain left) takes more time then just pushing data (in chain_right) thus chain right is always faster. And they jitter a lot.<br>

<br>I want to use this pipeline with livesource later.<br>How I can make chain_right to wait for chain_left?<br><br>I know that I can use timestamp, but how to perform waiting in the chain function.<br><br>Maybe this could work better using gst_MY_FILTER_collected function?<br>

If yes, where I could find howto for writing muxers.<br><br>Even a small hint is a big hint for me.<br>Thanks a lot.<br clear="all"><br>-- <br>Your Sincerely<br>Michael Joachimiak<br>