<div dir="ltr">Just moments after posting this I had a breakthrough. Up until now I've been taking the pipeline output elements down to the 'READY' state between media files, and this has worked fine. Just now I tried putting the elements into the 'NULL" state between files instead, and it worked without the huge delay when switching media in media-res as it were.<br>
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 4, 2013 at 5:13 PM, Stirling Westrup <span dir="ltr"><<a href="mailto:swestrup@gmail.com" target="_blank">swestrup@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Right now when my application is playing video files in succession there is only a momentary pause between the end of one and the start of another.<br>
<br></div>Just today I put in an option to abort the currently playing file and move on to the next one. I did this in an entirely naive way, by just calling g_main_loop_quit as if I had received an EOS message, and letting my code select the next file in the sequence and setting element properties accordingly.<br>

<br></div>This works, but I find there can be a 5-10 second delay between the first preroll image appearing on screen and the actual start of regular playing.<br><br></div>I can only imagine its taking this long due to me not correctly closing down the previous stream. Is there some other way I should have gone about aborting the stream? Perhaps inserting an EOS event and waiting for it to cause the g_main_loop_quit when my bus message handler sees it?<br>

<br clear="all"><div><div><div><div>Looking at the log file there seems to be a lot of reference to clocks and synchronization, so I'm worried that some element is trying to match up timestamps from the old and new media streams.<span class="HOEnZb"><font color="#888888"><br>

<br></font></span></div><span class="HOEnZb"><font color="#888888"><div>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br>
<a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></font></span></div></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br><a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div>