GNOME Bugzilla – Bug 758913
pcapparse: Does not forward FLUSH_STOP events
Last modified: 2015-12-07 09:58:00 UTC
pcapparse currently intercepts a GST_EVENT_FLUSH_STOP event and resets itself. However it does not push the event down the chain. GST_EVENT_FLUSH_START is not handled and is passed down to the chain; this blocks the downstream elements in a flushing state (as the STOP event is intercepted and handled internally).
Created attachment 316621 [details] [review] Proposed fix.
Fix will push the GST_EVENT_FLUSH_STOP down the pipeline as well.
commit 80366198864f2527754d8c306e4e4328187eb921 Author: Paolo Pettinato <ppettina@cisco.com> Date: Tue Dec 1 17:52:03 2015 +0000 pcapparse: Forward FLUSH_STOP events downstream too https://bugzilla.gnome.org/show_bug.cgi?id=758913
Thanks slomo, please could we have this merged in the 1.6 branch too.
Yes, I'll backport it in a bit.