Hi Stefan,<br><br>Thanks for your answer! But I don't think this is a good approach in my case. Actually, I didn't explain that in detail, but I have to play each video in a loop until the user presses the "Next" button, and depending on the screen, the user can also press a "Go back" button.<br>

<br>I think that I will solve this creating three pipelines, one for the current screen, one for the next one and one more for the previous one.<br><br>Thanks a lot!<br>Javier<br><br><div class="gmail_quote">On Fri, Jun 15, 2012 at 2:16 PM, Stefan Sauer <span dir="ltr"><<a href="mailto:ensonic@hora-obscura.de" target="_blank">ensonic@hora-obscura.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="im">
    On 06/14/2012 09:08 AM, Javier Cruz wrote:
    <blockquote type="cite">Hello!<br>
      <br>
      I'm working on a wizard-like style GUI that shows several videos
      (using gstreamer). Since performance and fast playback starting
      are important, I would like to start the loading of the video that
      will be shown in the next screen while playing the current one. Do
      you know if there is a way of doing that other than having
      multiple pipelines?<br>
    </blockquote></div>
    Use gap-less playback on playbin2? But if you also want to skip
    videos, I would use two playbin2 and once one plays change the URI
    on the other and go to paused to preload.<br>
    <br>
    Stefan<br>
    <blockquote type="cite">
      <br>
      Thanks a lot!<br>
         Javier<br>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>