GNOME Bugzilla – Bug 646840
shmsink: ensure gst_poll_wait is the first gst_poll function called on a descriptor
Last modified: 2011-04-07 08:04:35 UTC
Created attachment 185217 [details] [review] shmsink: ensure gst_poll_wait is the first gst_poll function called on a descriptor shmsink: ensure gst_poll_wait is the first gst_poll function called on a descriptor
Comment on attachment 185217 [details] [review] shmsink: ensure gst_poll_wait is the first gst_poll function called on a descriptor Looks good to me
commit a34108899ea5027be67e8a2c77c4ef67c093eb83 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Tue Apr 5 19:26:15 2011 +0300 shmsink: ensure gst_poll_wait is called first on descriptors We need to call gst_poll_wait before calling gst_poll_* status functions on that new descriptor, so restart the loop, so _wait will have been called on all elements of self->poll, whether they have just been added or not. */