videoaggregator: Remove broken timestamps-going-backwards check
authorSebastian Dröge <sebastian@centricular.com>
Thu, 9 Apr 2015 02:29:40 +0000 (19:29 -0700)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 9 Apr 2015 02:31:43 +0000 (19:31 -0700)
commit9592a0c32f83dc0a6f08c4b05fcf55baff8f6b6c
tree5a78c475e59ba651833629fde4942cfbd076370e
parent83a54e07fd464fa35b5460f3ccbd755a38ff89bb
videoaggregator: Remove broken timestamps-going-backwards check

This would've also triggered if for some reason the segment was updated
in such a way that PTS went backwards, but the running time increased. Like
what happens when non-flushing seeks are done.

We're doing a proper buffer-from-the-past check a few lines below based on the
running time, which is the only time we should care about here.
gst-libs/gst/video/gstvideoaggregator.c