<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 5, 2013 at 3:30 AM, JasonP <span dir="ltr"><<a href="mailto:raju.babannavar@gmail.com" target="_blank">raju.babannavar@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Stirling,<br>
<br>
Thank you for your reply. I am using gstreamer 1.0.4 version. As you<br>
suggested I removed "videobox" and re-run the same experiment, but it didn't<br>
change the results. I am wondering how does encoder component in the<br>
pipeline will affect the decoder buffer?? Can you help to understand this?<br>
Because if I run the same pipeline by just removing the encoder, the results<br>
are perfectly fine. I dont see any issues in the tapped yuv and the filesink<br>
output.<br></blockquote></div><br></div><div class="gmail_extra">I think you'll find that the encoder DOESN'T directly affect the decoder buffer. However, adding an encoder to the pipeline will change the negotiated caps for the entire pipeline, and it sounds like one of your elements has a bug so that it accepts some negotiated caps, but then fails to correctly render using them.<br>
<br></div><div class="gmail_extra">I would run both pipelines (with and without encoder) with the -v option to gst-launch to see what caps are being negotiated. I would then try to add a capsfilter so to force the negotiations with the encoder to end up being the same as without. With any luck, this will avoid the bug you are hitting.<br>
<br><br></div><div class="gmail_extra"><br clear="all"><br>-- <br>Stirling Westrup<br>Programmer, Entrepreneur.<br><a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br>
<a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br><a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br><a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a>
</div></div>