gst-libs/gst/rtsp/gstrtspconnection.c: A successful gst_poll_wait() doesn't always...
author이문형 <iwings@gmail.com>
Thu, 27 Nov 2008 11:16:44 +0000 (11:16 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 27 Nov 2008 11:16:44 +0000 (11:16 +0000)
commitd80a5c9dbc2ef8112df493600ece5e255d505519
treef0cd5796109f2b0a4630208e7ea4fe7a82966cd6
parentecf6fe64551108e180ba74d4461467b30db2c3a7
gst-libs/gst/rtsp/gstrtspconnection.c: A successful gst_poll_wait() doesn't always mean successful connect() on

Original commit message from CVS:
Patch by: 이문형 <iwings at gmail dot com>
* gst-libs/gst/rtsp/gstrtspconnection.c:
(gst_rtsp_connection_connect):
A successful gst_poll_wait() doesn't always mean successful connect() on
Windows.  We should check errors by calling gst_poll_fd_has_error().
See #561924.
ChangeLog
gst-libs/gst/rtsp/gstrtspconnection.c