aggregator: Don't automatically adjust segment if subclass provided one
authorSebastian Dröge <sebastian@centricular.com>
Thu, 20 Aug 2020 07:54:12 +0000 (10:54 +0300)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 24 Aug 2020 18:19:21 +0000 (18:19 +0000)
commit070f663ae1d3451a57c969df615d213ac56b024e
tree2c0d519214bd214d78e2042bd7c42b5a605628f2
parente97c520f063bb101d4bd2b91ee8940976e2b6ad5
aggregator: Don't automatically adjust segment if subclass provided one

On the first buffer the base class would update the segment position
based on the start-time-selection. If the subclass provides its own
segment this will caused unexpected behaviour and override segment
information that was explicitly set by the subclass.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/600>
libs/gst/base/gstaggregator.c