Hi,<br><br>I&#39;m trying to build a simple pipeline with multiple sinks.<br>The structure is - videotestsrc ! ffenc_mpeg4 ! tee<br>I then create two src pads on the tee, link each of them to a different muxer (matroskamux) and link each muxer to a filesink.
<br>With only one sink in the pipeline, it works great. The tee pushes the buffer on both source pads, and both muxers&nbsp; receive them.<br>Once I include the second sink in the pipeline, it stops working.<br><br>Any idea what i&#39;m doing wrong? Anything special that I need to do for it to support multiple sinks?
<br><br>Thanks,<br>Itay.<br>