<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 12 juill. 2020 06 h 45, jim nualart <<a href="mailto:jim@austinmodern.com">jim@austinmodern.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello all,<div><br></div><div>I've read and re-read this section several times and am embarrassed to admit that I'm still somewhat confused.</div><div><br></div><div><a href="https://gstreamer.freedesktop.org/documentation/additional/design/latency.html?gi-language=python#query" target="_blank" rel="noreferrer">https://gstreamer.freedesktop.org/documentation/additional/design/latency.html?gi-language=python#query</a><br></div><div><br></div><div>I have a pipeline that I queried the latency on and I do see it change as I add/remove sources. Conceptually this makes sense to me. No problem there. But the min & max values that are returned do not. I get a min of 160ms and a max of 100ms.</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The pipeline should also warn in the condition. This means you don't have enough buffering to delay your playback to ensure all streams are on sync. Add queues were needed.</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"><div dir="ltr"><div><br></div><div>I'm having trouble reconciling those numbers with the description in the above link.</div><div><br></div><div>Based on the documentation, I interpret this as "my pipeline has a maximum latency of 160ms" AND "my pipeline can buffer 100ms of data before blocking/dropping data". I feel like maybe I'm missing something here.</div><div><br></div><div>Can anyone set me straight here? I should add that my pipeline works as expected (mostly -- it does have some small issues, but nothing close to dropping data).</div><div><br></div><div>thanks in advance,</div><div>-jaime</div></div>
_______________________________________________<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>