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)
committerStefan Sauer <ensonic@users.sf.net>
Sun, 15 Oct 2017 15:49:54 +0000 (17:49 +0200)
commit7562d759a51717ff0e0db85ff4a7e7d11c982679
treee8524615ca46dffa8244aa9bcabb6d9ba5782766
parenta3190f176528e3529902d746e22bf19a5e58d5c8
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.
gst-libs/gst/base/gstaggregator.c