<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 5 mai 2021 03 h 15, Nick_law via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Morning, Yes my use-case requires the tees to be temporarily unlinked while<br>
the de-interleave gets setup and a user selects what channels they would<br>
like to see on the sink end. So I am already doing "allow-<br>
not-linked" for the tees.<br>
<br>
But in this case the tees are unexpectedly unlinked (actually 3 of the 4) so<br>
the sink branch still receives data from one tee but not the others which is<br>
why I think gstreamer complains. <br>
<br>
Interestingly though I only see this issue on my local PC and not on the<br>
embedded device I work on.<br>
<br>
My guess is that on my local PC interrupts are causing issues with gstreamer<br>
while on the embedded device the same is not the case. I do use sleeps now<br>
and then to wait for gstreamer to create pads etc, and my feeling is that<br>
sleeps along with interrupts are breaking things on my local PC.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Sleeps can only result in a racy outcome. You may test some hypothesis of missing delay with sleeps, but I discourage using that in a product.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>