[vlc-devel] commit: RTP: fail when object is killed ( Rémi Denis-Courmont )

Jean-Baptiste Kempf jb at videolan.org
Thu Nov 27 19:11:40 CET 2008


On Thu, Nov 27, 2008 at 06:13:41PM +0100, git version control wrote :
> vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Nov 27 18:46:20 2008 +0200| [431e5dfac61e9326a861db5efb186589f62221d5] | committer: Rémi Denis-Courmont 
> 
> RTP: fail when object is killed
I think this breaks my win32 setup.

> -        if ((len <= 0) && (ufd.revents & POLLHUP))
> +        if (((len <= 0) && poll (&(struct pollfd){ .fd = fd, }, 1, 0))
> +         || !vlc_object_alive (obj))

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list