<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I'm trying to find an element for the following pipeline :<br>
<br>
/ filterA -> processingA \<br>
src -> tee <b>reorder</b> -> sink<br>
\ filterB -> processingB /<br>
<br>
The "reorder" plugin will be there to reorder buffers based on their timestamp. It will simply compare buffers on both branches and decide which one it has to send first.<br>
In the example, filterA and filterB drop buffers alternatively. ProcessingA and processingB can have different "processing time". A buffer arriving first in the tee and taking the A branch may arrive after a later one taking the B branch. The element has to
wait for the buffer coming from A.<br>
<br>
Does this plugin already exist ? (the question is for a video flow but it can also be signal agnostic)<br>
I saw "funnel" but this plugin doesn't reorder buffers (AFAIU).<br>
<br>
Thanks a lot,<br>
<br>
Jonathan Demeyer<br>
</div>
</body>
</html>