[Bug 726641] rtspconnection: connection_poll() not working correctly
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Mar 24 04:19:01 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=726641
GStreamer | gst-plugins-base | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |wim.taymans at gmail.com
Resolution| |FIXED
Target Milestone|HEAD |1.3.1
--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2014-03-24 11:44:17 UTC ---
commit e0af857445bd42205e471907b1c899699c03cc94
Author: Ognyan Tonchev <otonchev at gmail.com>
Date: Sun Mar 16 17:06:02 2014 +0100
rtspconnection: Fix connection_poll()
* Only check for conditions we are interested in.
* Makes no sense to specify G_IO_ERR and G_IO_HUP in condition, they
will always be reported if they are true.
* Do not create timed source if timeout is NULL.
* Correctly wait for sources to be dispatched, context_iteration() is
not guaranteed to always block even if set to do so.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726641
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list