On Thu, 2005-08-18 at 21:10 +0200, berti wrote: > gst-launch-0.8 filesrc location=test.raw ! video/x-raw-yuv, > format:fourcc=YUY2 ! xvimagesink > > I see only a green square. You need a blocksize so that one buffer is the size of one frame (width x height x bytes-per-pixel). Ronald