[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
Fri Jan 16 03:23:05 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: HEAD CVS




------- Comment #7 from Wim Taymans  2009-01-16 11:23 UTC -------
I see know and I'm asking myself the following questions:

 1) should we not disable the POLLERR in the udpsrc? we don't really want to
    receive errors from the sender here. This requires us to add a method to
    the GstPoll to unset the POLLERR flag on the sockets.
 2) we should likely read the errors on the udp socket in multiudpsink instead.
    We don't need to add GstPoll to multiudpsink for that, I think. We can
    simply read/clear the error queue when the last sendto returned an error.

Would this work too?


-- 
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