concat: adjust running time offsets on events
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 11 May 2021 19:16:01 +0000 (21:16 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 14 May 2021 12:53:20 +0000 (12:53 +0000)
commit2a710a484c6509e5bf08e1d70d3868f0d282c65a
tree2f5c2a581ecfcf032b8238a1c930d2cd4c855393
parent76cd3ff183d261401fcbd6200aa923b916755244
concat: adjust running time offsets on events

When concat adjusts the base of the segments it forwards
downstream, it needs to also adjust the running time offsets,
as GstPad does when an offset is set by the application on a pad.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/819>
plugins/elements/gstconcat.c