gstreamer/gst/videorate
Sebastian Dröge c363747251 videorate: Fix max-duplication-time handling
Previously this would've only set discont=TRUE and then for all future
buffers simply returned immediately.

Instead we also need to
  a) drain previous input until its buffer time
  b) update next_ts and base_ts accordingly for the gap
  c) actually store the new buffer after the gap so it can be used in
     the future and so the old buffer before the gap is gone

Also update the unit test accordingly so that it actually tests for this
behaviour. Previously it only tested that after the gap we got no output
at all.
2019-11-04 19:01:10 +00:00
..
gstvideorate.c videorate: Fix max-duplication-time handling 2019-11-04 19:01:10 +00:00
gstvideorate.h videorate: Add max-duplication-time property 2019-02-21 15:50:55 +00:00
meson.build doc: Port to hotdoc 2019-05-13 11:34:08 -04:00