GNOME Bugzilla – Bug 781037
videoaggregator: Do not mix the same buffer twice when EOS.
Last modified: 2017-04-07 18:09:10 UTC
When entering this code path, we know that: We received EOS on this pad. We consumed all its buffers. In any case, we want to replace vaggpad->buffer with NULL, otherwise we will end up mixing the same buffer twice.
Created attachment 349495 [details] [review] videoaggregator: Do not mix the same buffer twice when EOS.
Review of attachment 349495 [details] [review]: Looks correct
Attachment 349495 [details] pushed as 4d63aee - videoaggregator: Do not mix the same buffer twice when EOS.