<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>I'm trying to make a Java Video Player that can load a source
      from a Java InputStream.<br>
      To do this, I'm using the gstreamer-java bindings.<br>
      My technique is to make an AppSrc that I put at the start of the
      pipeline, then I feed the buffer of the AppSrc with the bytes I
      read on the Java InputStream.<br>
      <br>
      My problem is that I can only see the first picture of the video I
      try to read ( it's a .m4v file that I use for my tests).<br>
      I really don't know what is the problem.</p>
    <p>I've put in attachement the java source code of my
      InputStreamJavaPlayer that contains a simple main() method to test
      it.<br>
      I've put the .m4v file that I use for my test.<br>
      I've put the Debug log file and the Graph png file of my pipeline.</p>
    <p>If somebody could look at it and maybe test it , to see if there
      is a problem in my pipeline construction or something, I would be
      very grateful.</p>
    <p>Thank you,</p>
    <p><br>
    </p>
    <p>Nicolas Castillejos<br>
    </p>
    <p><b>Versions Info :</b><br>
    </p>
    <p>GStreamer Version : 1.6.4<br>
      Java Binding : latest version (26 April) on
      <a class="moz-txt-link-freetext" href="https://github.com/gstreamer-java/gst1-java-core">https://github.com/gstreamer-java/gst1-java-core</a><br>
      Java Version : 1.8.0_60<br>
    </p>
  </body>
</html>