aggregator: simplify pad_event_func for FLUSH_STOP events
authorStefan Sauer <ensonic@users.sf.net>
Sun, 15 Oct 2017 15:46:45 +0000 (17:46 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:27 +0000 (15:10 +0000)
commit8776900cf7359054e0ae03819e3d01e270f62bcf
tree6f655845718995a10c3bfd1ef559e1d1c238f1e6
parent5509920c27ad8ff3253329c5657e9e58bdaf20dc
aggregator: simplify pad_event_func for FLUSH_STOP events

We want to skip serialization for FLUSH_STOP events (apparently). We can
simplify the code to add it to the top-level conditions. There was nothing
done in the first code path if the event was FLUSH_STOP.
libs/gst/base/gstaggregator.c