<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 06/14/2012 09:08 AM, Javier Cruz wrote:
    <blockquote
cite="mid:CA+TeSnzN04HgPvTqppcCW8=3aWqd2Q4-zoXdkXd9Cddgmbd=EA@mail.gmail.com"
      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>
    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
cite="mid:CA+TeSnzN04HgPvTqppcCW8=3aWqd2Q4-zoXdkXd9Cddgmbd=EA@mail.gmail.com"
      type="cite">
      <br>
      Thanks a lot!<br>
      &nbsp;&nbsp; Javier<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>