[farsight2/master] funnel: Ignore errors from newsegment push

Olivier Crête olivier.crete at collabora.co.uk
Wed Jul 22 11:07:18 PDT 2009


---
 gst/funnel/fs-funnel.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/gst/funnel/fs-funnel.c b/gst/funnel/fs-funnel.c
index 0f2e927..015783b 100644
--- a/gst/funnel/fs-funnel.c
+++ b/gst/funnel/fs-funnel.c
@@ -242,11 +242,8 @@ fs_funnel_chain (GstPad * pad, GstBuffer * buffer)
   GST_OBJECT_UNLOCK (funnel);
 
   if (event) {
-    if (!gst_pad_push_event (funnel->srcpad, event)) {
+    if (!gst_pad_push_event (funnel->srcpad, event))
       GST_WARNING_OBJECT (funnel, "Could not push out newsegment event");
-      res = GST_FLOW_ERROR;
-      goto out;
-    }
   }
 
 
-- 
1.5.6.5



More information about the farsight-commits mailing list