<div dir="ltr"><div><div><div><div><div>Seems like the vaapi issue was one I'd caused by improperly installing our patches. <br><br></div>Now, thanks to the code in dynamic-tee-vsink.c, I've made some progress in figuring out what's been going wrong, but I'm still rather puzzled. On first inspection, my technique is almost identical to that in dynamic-tee-vsink.c. Sufficiently so that I would have expected my test code to run. However, by playing around with it, I've discovered some (to me) surprising things:<br>
<br></div>If you replace the use of decodebin by a simple videotestsrc (and consequently eliminate the pad-added callback), the program fails to run. In fact, it exhibits the same issues my test code does: It only outputs the first frame of output on the first added sink, newly added sinks don't appear after that, and removal of sinks fails completely.<br>
<br></div>However, If I then replace the fakesink with testsink, everything starts working again. As best I can figure out, this pipeline:<br><br></div>  videotestsrc ! tee ! fakesink<br><br></div>freezes up and stops passing buffers, but without generating any sort of error. After that, any attempt to add or remove sinks fails to work. I have no idea why this might be so.<br>
<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 7, 2014 at 3:31 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Mi, 2014-05-07 at 12:36 -0400, Stirling Westrup wrote:<br>
> Hmm. I uninstalled out vaapi patches, and now the above code runs.<br>
<br>
</div>Best to report that as a bug against gst-vaapi. Would be rather worrying<br>
if it doesn't work properly in this scenario.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</div></div></blockquote></div><br><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>