[gstreamer-bugs] [Bug 567857] [udpsrc] loop on gst_poll_wait when POLLERR because of icmp
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Feb 23 11:53:55 PST 2009
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=567857
GStreamer | gst-plugins-good | Ver: git
Wim Taymans changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #126501|none |committed
Flag| |
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |0.10.15
------- Comment #10 from Wim Taymans 2009-02-23 19:53 UTC -------
commit 969622b439cc7232e8889cd5c7a5579cba6b665f
Author: Aurelien Grimaud <gstelzz at yahoo dot fr>
Date: Mon Feb 23 20:49:37 2009 +0100
Read ICMP error messages instead of looping
When we are dealing with connected sockets shared between a udpsrc and a
udpsink
we might receive ICMP connection refused error messages in udpsrc that will
cause it to go into a bursty loop because the poll returns right away
without a
message to read.
Instead of looping, read the error message from the error queue in udpsrc.
Fixes #567857.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=567857.
More information about the Gstreamer-bugs
mailing list