[gstreamer-bugs] [Bug 562258] rtspsrc element takes long time to error out if the address is not valid (windows)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 26 19:09:39 PST 2008


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

  GStreamer | gst-plugins-good | Ver: HEAD CVS




------- Comment #1 from 이문형  2008-11-27 03:09 UTC -------
Created an attachment (id=123517)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=123517&action=view)
Fixes some of #562258

1. gst-plugins-good/gst/rtsp/gstrtspsrc.c:
prevents further read/write actions taken to the connect-failed socket. 
If I kill RTSP server while streaming is going on, rtspsrc still emits many
asserts and does not clean up quickly.

2. gst-plugins-base/gst-libs/gst/rtsp/gstrtspconnection.c
successful gst_poll_wait() doesn't always mean successful connect().
We should check errors by calling gst_poll_fd_has_error(). Successfully tested
on linux and windows.

3. gstreamer/gstreamer/gst/gstpoll.c
adds support for FD_CONNECT event (win32)


-- 
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=562258.




More information about the Gstreamer-bugs mailing list