<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Helvetica, Arial, sans-serif">I am using the latest git
      master Gstreamer libraries on a Raspberry Pi2 to display HD
      1920x1080 with hardware acceleration.  The video plays at full
      frame-rate but there is a brief flash on screen before the video
      starts.  It looks like a white screen with diagonal lines (like an
      old CRT TV with a horizontal hold problem).  I am using the
      framebuffer directly so no X server is involved.  My test
      pipeline:<br>
      <i>gst-launch-1.0 uri=<a class="moz-txt-link-freetext" href="file:///home/pi/goal.mp4">file:///home/pi/goal.mp4</a> ! autovideosink </i><br>
      which expands to:<br>
      filesrc ! typefind ! h264parse ! caps ! omxh264dec ! glupload !
      glcolorconvert ! glcolorbalance ! glimagesink<br>
      How can I get the playback to cleanly display on the framebuffer
      without the nasty flash?  Could this be an issue with glimagesink?<br>
      <br>
      Regards,<br>
      <br>
      Dave.<br>
    </font><br>
  </body>
</html>