<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Rendering Raw video with gstreamer</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I am developing a c application using gstreamer and th decklink api which pulls in video frames from a capture card, stores them into a buffer, and pushes that buffer through a gstreamer pipeline.&nbsp; One of my development steps right now is to write the buffers into a file, and try to play that file with gstreamer.&nbsp; I am using the following pipeline to try and play the file:<BR>
<BR>
gst-launch filesrc location=video.raw ! videoparse ! autovideosink<BR>
<BR>
but the video produced is just a very bright grainy image, and I can sort of see my video in the background.&nbsp; I have tried toying around with the &quot;format&quot; property but the video produced does not change.<BR>
<BR>
I am new to playing around with raw video files, and I am not even really sure if autovideosink can handle raw video, so any help that anyone can provide me would be greatly appreciated.<BR>
<BR>
- William</FONT>
</P>

</BODY>
</HTML>