<div dir="ltr">hi,<div>i have single thread decoder plugin </div><div>i would like to use round robin plugin to send a timestamped src to the 3 different decoder instances. </div><div><br></div><div><br></div><div>1. am i thinking about this wrong? should queue handle this in some why?</div><div>2. how do i use the roundrobin plugin, as its described as a "reverse of tee"</div><div><br></div><div>gst-launch-1.0 -v videotestsrc ! roundrobin name=s ! fpsdisplaysink s. ! fpsdisplaysink s. ! fpsdisplaysink <br></div><div><br></div><div>"<span style="background-color:rgb(238,238,238);font-family:"Source Sans Pro","Source Sans",sans-serif;font-size:14px">This is a generic element that will distribute equally incoming buffers over multiple src pads. This is the opposite of tee element, which duplicates buffers over all pads. This element can be used to distrute load across multiple branches when the buffer can be processed independently."</span></div><div><span style="background-color:rgb(238,238,238);font-family:"Source Sans Pro","Source Sans",sans-serif;font-size:14px"><br></span></div><div>note: ubuntu's stock 1.14.5 gst build doesnt show it. but gst-build exposed it. </div><div><br></div><div><a href="https://gstreamer.freedesktop.org/documentation/rist/roundrobin.html?gi-language=c">https://gstreamer.freedesktop.org/documentation/rist/roundrobin.html?gi-language=c</a><br></div></div>