GNOME Bugzilla – Bug 731567
tcpserversrc: return GST_FLOW_FLUSHING instead of GST_FLOW_ERROR when accept is canceled
Last modified: 2014-06-13 08:23:29 UTC
Created attachment 278330 [details] [review] patch Canceling the accept happens when the source is shut down. This is not an error and the GST_FLOW_ERROR causes problems when only part of the pipeline is shut down.
Created attachment 278337 [details] [review] updated patch do the same in select.
Thanks for the patch, pushed: commit 593a52a6563303f647d08171336aaf66f5664722 Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Thu Jun 12 13:23:29 2014 +0200 tcpserversrc: return FLOW_FLUSHING instead of an error when accept/select is canceled Canceling the accept/select happens when the source is shut down. This is not an error and the GST_FLOW_ERROR causes problems when only part of the pipeline is shut down. https://bugzilla.gnome.org/show_bug.cgi?id=731567