rtpjitterbuffer: If we get a gap with a buffer without DTS, error out
authorSebastian Dröge <sebastian@centricular.com>
Wed, 7 Jan 2015 17:05:18 +0000 (18:05 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 7 Jan 2015 17:05:18 +0000 (18:05 +0100)
commit87c8c163a876f45024a817e17af6dfdc52e71257
tree905f83c6a7626033ebf732fbb583f6b09049e39f
parent07c5d1820abc99a6f330091acd84f58042908860
rtpjitterbuffer: If we get a gap with a buffer without DTS, error out

We (currently?) can't really handle gaps between RTP packets if they're not
properly timestamped. The current code would go into calculations with
GST_CLOCK_TIME_NONE and then cause assertions everywhere. It's probably
better to error out cleanly instead.
gst/rtpmanager/gstrtpjitterbuffer.c