<span>
                <b class="highlight">Hi</b> experts,
</span><br><br><span>As I am new <b class="highlight">to</b> <b class="highlight">gstreamer</b>, so some very basic level quireies are <b class="highlight">here</b>.
</span><br><br><span>At the moment I want <b class="highlight">to</b> make a small application whose input is a <b class="highlight">YUV</b> I420 stream from a local disk. Application then <b class="highlight">encode</b> it <b class="highlight">to</b> <b class="highlight">h</b>.<b class="highlight">264</b> and then write back <b class="highlight">to</b> local file system. For this I <b class="highlight">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 class="highlight">yuv</b> blocksize=38016 ! videoparser width=176 <b class="highlight">height</b>=144 framerate=(fraction)15/1 format=(fourcc)I420 ! x264enc ! filesink location=test.<b class="highlight">264</b> 
</span><br><span>Now playing: akiyo_qcif.<b class="highlight">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>