aggregator: delegate buffer skipping to the aggregate thread
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 23 Jan 2018 21:49:52 +0000 (22:49 +0100)
committerMathieu Duponchelle <mathieu@centricular.com>
Tue, 23 Jan 2018 21:49:52 +0000 (22:49 +0100)
commit117200faebd922c6b994fac96f0bf6ba1d9a1881
treec8646aa145cf2cfe8dcc908366347b048d9a71c1
parent9f69034d4155c89f71e3f885b39a9e949768b606
aggregator: delegate buffer skipping to the aggregate thread

As we do that for serialized events as well, and the subclass will
most likely need to access pad->segment to make its decisions,
doing that from the sinkpad's streaming threads was racy.
libs/gst/base/gstaggregator.c