aggregator: fix iteration direction in skip_buffers
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 4 Aug 2020 09:13:51 +0000 (11:13 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Tue, 4 Aug 2020 09:16:21 +0000 (11:16 +0200)
commited90b5dc55db6ee968e9a13e76489582bff97fa4
tree8836583ef192cd0205184fdd91f293ad6b97eb87
parent5195ad91260baded41b3dd65174fef7654e23802
aggregator: fix iteration direction in skip_buffers

Subclasses use the pad segment to determine whether a buffer
should be skipped, we thus don't want to check if a buffer
needs to be skipped before processing the segment it's part
of.

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