Fix: seek by timestamp
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Mar 2012 23:26:09 +0000 (18:26 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Mar 2012 23:26:09 +0000 (18:26 -0500)
commit48d5f76c4831624cb4332c7707c2615c2474284c
treec303f9c32475e4a274fc6d9036d82c6817d977c8
parent40961f78d0166bfbc37e774f331206ca8dd2d447
Fix: seek by timestamp

When seeking a stream by timestamp, we need to match the first packet in
the stream that is at (or after) the timestamp to seek to. Failure to do
so is a bug: if we have many streams, and seek all streams to a
timestamp that is after the start time of some of the streams, those
late comers will show no events.

Reported-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/iterator.c
This page took 0.024183 seconds and 4 git commands to generate.