<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi All,<br>
</p>
<p><br>
</p>
<p>I am trying to funnel together decoded output of two mp4 files in an endless loop. Here is my code
</p>
<p><a href="http://pasted.co/e5fd32f0">http://pasted.co/e5fd32f0</a> .<br>
</p>
<p><br>
</p>
<p>When seeking on the uridecodebin the pipeline just gets stuck after both files play out once.</p>
<p>I have tried using <code>multifilesrc</code> with <code>loop=true</code> (gst-launch-1.0 pipeline) as well. But it just exits after the first iteration.</p>
<p><br>
</p>
<p>The two files are of different durations but the same resolution. I have tried seeking on the pipeline when the sink sends an EOS and that works. But I would like to loop each file individually as soon as the source sends EOS and not wait for the sink to
 send EOS.</p>
<p><br>
</p>
<p>Please let me know if this is possible and any pointers in solving this would be really helpful.</p>
<p><br>
</p>
<p>Thank You</p>
<p>Shaunak<br>
</p>
</body>
</html>