Hello, I want to add text and a clock at the same time, I don&#39;t know how to puzzle the elements in the pipeline.<br>If I do it for each one, ie. for a clock or (exclusive) a text, it works, but when I want to add both I have some compatibilities issues.<br>
<br>This is my pipeline for video and clockoverlay (as I said, it works):<br><br>fliescr--&gt;avidemux--&gt;ffdec-mpeg4--&gt;queue--&gt;clockoverlay--&gt;autovideosink<br><br>This is my pipeline for video and textoverlay (as I said, it works either):<br>

<br>
fliescr--&gt;avidemux--&gt;ffdec-mpeg4--&gt;queue--&gt;textoverlay--&gt;autovideosink<br><br>I need to add both, I appreciate any suggestion, thanks<br><br>Rossana<br><br><br>