Hi everyone,<br><br>I&#39;ve got a pipeline which looks like :<br>source -&gt; decoder -&gt; encoder -&gt; muxer -&gt; filesink<br><br>Is there a way to change the filesink location on the fly without restarting the pipeline, so that you can create multiple named files ?
<br><br>I have tried:<br>* to block the muxer src pad, stop the filesink to change the location, then start the filesink again, and unblock the muxer pad, but the recording fails for the second file
<br>* to create a new filesink with the new location<br><br>But I couldn&#39;t manage to make these work ... No matter what codecs/containers/sources being used.<br><br>Any suggestion is welcome<br><br>Maher<br><br><br>