thanks for your response.<br><br>in fact I was trying different things to solve this issue. The attached file is different . But I get the same error. I think I dont need to use h264parser because my input file is raw YUV sequence. I am using the following string as input to gst_parse_launch.<br>
<br>filesrc location=akiyo_qcif.yuv blocksize=38016 ! video/x-raw-yuv, width=176, height=144, framerate=(fraction)15/1, format=(fourcc)I420 ! x264enc ! filesink location=test.264<br><br>thanks<br><br><div class="gmail_quote">
On Sun, May 1, 2011 at 2:14 AM, sudarshan bisht <span dir="ltr">&lt;<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is there any plugin named &quot;videoparser &quot; ? Or is it a plugin written by you ? There is h264parse also which can be used here. <br> <br><div><br><div class="gmail_quote"><div><div></div><div class="h5">On Sun, May 1, 2011 at 1:05 AM, Faisal Mehmood <span dir="ltr">&lt;<a href="mailto:faysal.99@gmail.com" target="_blank">faysal.99@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5"><span>
                <b>Hi</b> experts,
</span><br><br><span>As I am new <b>to</b> <b>gstreamer</b>, so some very basic level quireies are <b>here</b>.
</span><br><br><span>At the moment I want <b>to</b> make a small application whose input is a <b>YUV</b> I420 stream from a local disk. Application then <b>encode</b> it <b>to</b> <b>h</b>.<b>264</b> and then write back <b>to</b> local file system. For this I <b>have</b>
installed gst-plugins-ugly for x264enc which is successfully installed
in my system, my application can make all the elements successfully. </span><br><br><span>But I am receiving the following error while I launch my application.
</span><br><span>/***/
</span><br><span>pipeline: filesrc location=akiyo_qcif.<b>yuv</b> blocksize=38016 ! videoparser width=176 <b>height</b>=144 framerate=(fraction)15/1 format=(fourcc)I420 ! x264enc ! filesink location=test.<b>264</b> 
</span><br><span>Now playing: akiyo_qcif.<b>yuv</b>
</span><br><span>Running...
</span><br><span>Error: Internal data flow error.
</span><br><span>Returned, stopping playback
</span><br><span>Deleting pipeline
</span><br><span>/***/
</span><br><br><span>please find the attached file for code reference.
</span><br><br><span>Thanks in advance.
</span>
<br></div></div>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Sudarshan Bisht<br>
</div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>