collectpads: Always send SEEK events to all pads, even if one fails
authorSebastian Dröge <sebastian@centricular.com>
Wed, 6 Nov 2013 17:46:19 +0000 (18:46 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 11 Nov 2013 15:50:42 +0000 (16:50 +0100)
libs/gst/base/gstcollectpads.c

index 40ebf90..a322df2 100644 (file)
@@ -1859,7 +1859,9 @@ static gboolean
 event_forward_func (GstPad * pad, EventData * data)
 {
   data->result &= gst_pad_push_event (pad, gst_event_ref (data->event));
-  return !data->result;
+
+  /* Always send to all pads */
+  return FALSE;
 }
 
 static gboolean