GNOME Bugzilla – Bug 726461
collectpads: should send the seek events to the peers of its sink pads, as they can be flushing
Last modified: 2014-03-16 16:48:14 UTC
A sinkpad might still be flushing from a previous flushing seek, and we want to propagate the seek anyway, so sending to the peer bypasses core checking for flushing in push_event. The fix is attached next
Created attachment 272073 [details] [review] fixes the reported issue
commit 595481c75903e8efdffbcc26a99b5743438b9a66 Author: Sebastian Dröge <sebastian@centricular.com> Date: Sun Mar 16 17:47:06 2014 +0100 collectpads: Unref peer pad commit c86e53ab77bbd7feb456f9e2fb498cf4de6ef5ec Author: Mathieu Duponchelle <mduponchelle1@gmail.com> Date: Sun Feb 16 20:35:09 2014 +0100 collectpads: Forward seek events to the peer directly Taken from the adder seek handling code. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726461