GNOME Bugzilla – Bug 336929
GstCollectPads does not clear/reset segment info after flushing
Last modified: 2006-05-23 09:40:34 UTC
It is customary/required (I believe) for an element to clear/reset segment info (if it keeps such) for a pad when receiving FLUSH_STOP, and to "await" new segment info. GstCollectPads omits to do so at present.
Created attachment 62604 [details] [review] Possible patch.
Patch by: Mark Nauwelaerts <manauw at skynet dot be> * libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad), (gst_collect_pads_event): clear/reset segment info in FLUSH_STOP. Fixes #336929.