<div dir="ltr"><div><div>I've placed identity elements either side of an x264enc element to have a look at the timestamps.<br><br></div><div>(I've rounded all timestamps up to milliseconds)<br><br></div>The timestamp of the first buffer to enter the x264enc is 5182ms. The timestamp of the first buffer to leave is 3600000000ms. Subsequent buffers increase monotonically from there. Given the clock time at this point was around 6400ms how does the sink (multiudpsink in this case) know when to 'display' this?<br><br></div>Incidentally the latency at the sink was 1220ms and post buffer timestamp - 3600000000ms + 5182ms + 1220ms = ~6400ms (the clock time).<br><br></div>