[MOVED FROM GST-P-FARSIGHT] liveadder : Handle jitter in incoming buffers
authorEdward Hervey <bilboed@bilboed.com>
Wed, 27 Aug 2008 15:16:27 +0000 (17:16 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 17 Feb 2009 18:29:06 +0000 (19:29 +0100)
commit8a533c428267b7779b692dbdd22870f194accd33
tree8abf4a894b4534fa6483f524068dd151ec556944
parent28d1fc48a661c510272751e901ad38ffb855eed2
[MOVED FROM GST-P-FARSIGHT] liveadder : Handle jitter in incoming buffers

Incoming buffers (especially those from an RTP connection) might have slight timestamp jitter. This is normally handled by audiosink (accepting up to 500ms of jitter).
Here we accept a maximum jitter of 10ms. If a buffer is within 10ms of the expected time, we correct its timestamp.
gst/liveadder/liveadder.c